Skip to content

Commit b20a674

Browse files
committed
Spotless
1 parent 4994962 commit b20a674

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

legacy/src/main/java/thredds/catalog/XMLEntityResolver.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ public class XMLEntityResolver implements org.xml.sax.EntityResolver {
160160
public static final String CATALOG_NAMESPACE_10 = "http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0";
161161

162162
// dqc namespaces (still referenced in legacy)
163-
// static public final String DQC_NAMESPACE_02 = "http://www.unidata.ucar.edu/namespaces/thredds/queryCapability/v0.2";
163+
// static public final String DQC_NAMESPACE_02 =
164+
// "http://www.unidata.ucar.edu/namespaces/thredds/queryCapability/v0.2";
164165
// static public final String DQC_NAMESPACE_03 =
165166
// "http://www.unidata.ucar.edu/namespaces/thredds/queryCapability/v0.3";
166167
public static final String DQC_NAMESPACE_04 = "http://www.unidata.ucar.edu/namespaces/thredds/queryCapability/v0.4";

0 commit comments

Comments
 (0)