You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/10/29 09:43:12 UTC

svn commit: r1190766 - /commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java

Author: mcucchiara
Date: Sat Oct 29 07:43:12 2011
New Revision: 1190766

URL: http://svn.apache.org/viewvc?rev=1190766&view=rev
Log:
fixed javadocs warning

Modified:
    commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java

Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java?rev=1190766&r1=1190765&r2=1190766&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java (original)
+++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/JavaSource.java Sat Oct 29 07:43:12 2011
@@ -30,7 +30,7 @@ public interface JavaSource
 
     /**
      * Expected to return a java source representation of itself such that it could be turned into a literal java
-     * expression to be compiled and executed for {@link ExpressionAccessor#get(OgnlContext, Object)} calls.
+     * expression to be compiled and executed for {@link org.apache.commons.ognl.enhance.ExpressionAccessor#get(OgnlContext, Object)} calls.
      * 
      * @return Literal java string representation of an object get.
      */
@@ -38,7 +38,7 @@ public interface JavaSource
 
     /**
      * Expected to return a java source representation of itself such that it could be turned into a literal java
-     * expression to be compiled and executed for {@link ExpressionAccessor#get(OgnlContext, Object)} calls.
+     * expression to be compiled and executed for {@link org.apache.commons.ognl.enhance.ExpressionAccessor#get(OgnlContext, Object)} calls.
      * 
      * @return Literal java string representation of an object get.
      */