You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/05 13:28:19 UTC

svn commit: r1746913 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java

Author: sebb
Date: Sun Jun  5 13:28:19 2016
New Revision: 1746913

URL: http://svn.apache.org/viewvc?rev=1746913&view=rev
Log:
Typo

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java?rev=1746913&r1=1746912&r2=1746913&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/Const.java Sun Jun  5 13:28:19 2016
@@ -24,7 +24,7 @@ import java.util.Collections;
  * Constants for the project, mostly defined in the JVM specification.
  *
  * @version $Id$
- * @since 6.0 (intended to replace the Constant interface)
+ * @since 6.0 (intended to replace the Constants interface)
  */
 public final class Const {