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 2015/09/11 11:18:48 UTC

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

Author: sebb
Date: Fri Sep 11 09:18:48 2015
New Revision: 1702411

URL: http://svn.apache.org/r1702411
Log:
Doc

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

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConst.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConst.java?rev=1702411&r1=1702410&r2=1702411&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConst.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/ExceptionConst.java Fri Sep 11 09:18:48 2015
@@ -1,5 +1,9 @@
 package org.apache.commons.bcel6;
 
+/**
+ * Exception constants.
+ * @since 6.0 (intended to replace the InstructionConstant interface)
+ */
 public final class ExceptionConst {
 
     /** The mother of all exceptions