Author: oheger Date: Wed Dec 10 13:05:53 2008 New Revision: 725435 URL: http://svn.apache.org/viewvc?rev=725435&view=rev Log: Fixed a Javadoc warning.
Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/EnvironmentConfiguration.java Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/EnvironmentConfiguration.java URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/EnvironmentConfiguration.java?rev=725435&r1=725434&r2=725435&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/EnvironmentConfiguration.java (original) +++ commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/EnvironmentConfiguration.java Wed Dec 10 13:05:53 2008 @@ -30,7 +30,7 @@ * A Configuration implementation that reads the platform specific environment * variables. On pre java5 JRE it uses Ant Execute task to read the environment. * (in this case ant must be present in classpath). On java >= 5 JRE it uses - * [EMAIL PROTECTED] java.lang.System#getenv()} and ant is not required. + * <code>java.lang.System#getenv()</code> and ant is not required. * </p> * <p> * This configuration implementation is read-only. It allows read access to the