Skip to content
Snippets Groups Projects
Commit 6f0a6eeb authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story 1965. Fixed javadoc errors in cadc-tomcat.

parent 465ab65c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment