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 c8d7a1b109fcb6a5c0cc200229c32aa072cbd088..d9959281c2f42b06a5ca15fb1f42705ca0893528 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>