Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson authored and haileyajohnson committed Jun 8, 2023
1 parent 7e90ac8 commit b35a3c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ dependencies {
// JSR 303 with Hibernate Validator, which is dragging in jboss logging
compile 'jakarta.validation:jakarta.validation-api'
compile 'org.hibernate.validator:hibernate-validator'
// runtime 'javax.el:javax.el-api'
compile 'jakarta.el:jakarta.el-api'
runtime 'jakarta.el:jakarta.el-api'
annotationProcessor "org.hibernate.validator:hibernate-validator-annotation-processor:${depVersion.hibernateValidator}"

// @Resource annotation (removed post Java 8)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class NcssParamsBean {

protected Double longitude;

public NcssParamsBean() { }
public NcssParamsBean() {}

public NcssParamsBean(NcssParamsBean from) {
this.accept = from.accept;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import thredds.server.ncss.params.NcssGridParamsBean;
import thredds.server.ncss.params.NcssParamsBean;

public class TestNcssParams {
private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Expand Down

0 comments on commit b35a3c9

Please sign in to comment.