Author: henning
Date: Tue Oct 22 01:19:43 2013
New Revision: 1534445

URL: http://svn.apache.org/r1534445
Log:
fix javadoc warning.


Modified:
    
commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java

Modified: 
commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java?rev=1534445&r1=1534444&r2=1534445&view=diff
==============================================================================
--- 
commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java
 (original)
+++ 
commons/proper/configuration/branches/CONFIGURATION_1_X_MAINTENANCE/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java
 Tue Oct 22 01:19:43 2013
@@ -322,10 +322,10 @@ public class PropertiesConfiguration ext
      *
      * @return True if include files are loaded.
      *
-     * @see isIncludedAllowed()
+     * @see PropertiesConfiguration#isIncludesAllowed()
      *
      * @deprecated Only exists to not break backwards compatibility.
-     * Use {@link isIncludesAllowed()} instead.
+     * Use {@link PropertiesConfiguration#isIncludesAllowed()} instead.
      */
     @Deprecated
     public boolean getIncludesAllowed()


Reply via email to