Skip to content

Commit fbf8064

Browse files
committed
Spotless
1 parent 434d4c2 commit fbf8064

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cdm/core/src/main/java/thredds/client/catalog/Catalog.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public class Catalog extends DatasetNode {
3030
public static final String CATALOG_NAMESPACE_10 = "http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0";
3131
public static final Namespace defNS = Namespace.getNamespace(CATALOG_NAMESPACE_10);
3232
public static final String NJ22_NAMESPACE = "http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2";
33-
// This line (and related code) handles incorrect HTTPS variant of NcML Namespace URI.
33+
// The following line (and related code) handles incorrect HTTPS variant of NcML Namespace URI.
3434
// NOTE: The HTTPS variant is incorrect (according to recent, Oct 2021, decision).
35-
// It probably appeared when Unidata servers started requiring HTTPS.
36-
// NcML is only place HTTPS namespace variants are handled (and tested in testReadHttps.xml).
37-
// Should probably just be dropped.
35+
// The variant probably appeared when Unidata servers started requiring HTTPS.
36+
// NcML is only place HTTPS namespace variants are handled (and tested in testReadHttps.xml).
37+
// Should probably just be dropped.
3838
public static final String NJ22_NAMESPACE_HTTPS = "https://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2";
3939
public static final Namespace ncmlNS = Namespace.getNamespace("ncml", NJ22_NAMESPACE);
4040
public static final Namespace ncmlNSHttps = Namespace.getNamespace("ncml", NJ22_NAMESPACE_HTTPS);

0 commit comments

Comments
 (0)