You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2015/08/12 08:34:42 UTC

svn commit: r1695426 - /commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java

Author: chas
Date: Wed Aug 12 06:34:41 2015
New Revision: 1695426

URL: http://svn.apache.org/r1695426
Log:
BCEL-236: remove deprecated ASCII_CharStream methods

Modified:
    commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java

Modified: commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java?rev=1695426&r1=1695425&r2=1695426&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java (original)
+++ commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java Wed Aug 12 06:34:41 2015
@@ -210,26 +210,6 @@ public final class ASCII_CharStream
      return (c);
   }
 
-  /**
-   * @deprecated 
-   * @see #getEndColumn
-   */
-
-  @Deprecated
-  static public final int getColumn() {
-     return bufcolumn[bufpos];
-  }
-
-  /**
-   * @deprecated 
-   * @see #getEndLine
-   */
-
-  @Deprecated
-  static public final int getLine() {
-     return bufline[bufpos];
-  }
-
   static public final int getEndColumn() {
      return bufcolumn[bufpos];
   }