From 6f0a6eebe7497764e5ffa59daf0d717137d9f0dc Mon Sep 17 00:00:00 2001 From: Alinga Yeung <Alinga.Yeung@nrc-cnrc.gc.ca> Date: Wed, 24 Aug 2016 16:25:01 -0700 Subject: [PATCH] Story 1965. Fixed javadoc errors in cadc-tomcat. --- .../java/ca/nrc/cadc/tomcat/AuthenticationLookup.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cadc-tomcat/src/main/java/ca/nrc/cadc/tomcat/AuthenticationLookup.java b/cadc-tomcat/src/main/java/ca/nrc/cadc/tomcat/AuthenticationLookup.java index c8d7a1b1..d9959281 100644 --- a/cadc-tomcat/src/main/java/ca/nrc/cadc/tomcat/AuthenticationLookup.java +++ b/cadc-tomcat/src/main/java/ca/nrc/cadc/tomcat/AuthenticationLookup.java @@ -80,17 +80,17 @@ import org.apache.log4j.Logger; /** * A very simple caching IVOA Registry client. All the lookups done by this client use a properties * file named RegistryClient.properties found via the classpath. - * </p><p> + * <p><p> * Note for developers: You can set a system property to force this class to replace the hostname * in the resuting URL with the canonical hostname of the local host. This is useful for testing: - * </p> + * <p> * <pre> * ca.nrc.cadc.reg.client.RegistryClient.local=true * </pre> - * </p><p> + * <p><p> * Note for developers: You can set a system property to force this class to replace the hostname * in the resuting URL with an arbitrary hostname. This is useful for testing a specific remote server: - * </p> + * <p> * <pre> * ca.nrc.cadc.reg.client.RegistryClient.host=www.example.com * </pre> -- GitLab