On 14/09/2015 14:01, Konstantin Kolinko wrote:
> 2015-09-14 15:48 GMT+03:00  <ma...@apache.org>:
>> Author: markt
>> Date: Mon Sep 14 12:48:08 2015
>> New Revision: 1702932
>>
>> URL: http://svn.apache.org/r1702932
>> Log:
>> Remove deprecated code
>>
>> Modified:
>>     tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
>>
>> Modified: tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java?rev=1702932&r1=1702931&r2=1702932&view=diff
>> ==============================================================================
>> --- tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java (original)
>> +++ tomcat/trunk/java/org/apache/el/parser/SimpleCharStream.java Mon Sep 14 
>> 12:48:08 2015
>> @@ -202,22 +202,6 @@ public class SimpleCharStream
>>      return c;
>>    }
>>
>> -  @Deprecated
>> -  /**
>> -   * @deprecated
>> -   * @see #getEndColumn
>> -   */
>> -
>> -  public int getColumn() {
>> -    return bufcolumn[bufpos];
>> -  }
>> -
>> -  @Deprecated
>> -  /**
>> -   * @deprecated
>> -   * @see #getEndLine
>> -   */
>> -
>>    public int getLine() {
>>      return bufline[bufpos];
>>    }
>>
> 
> 
> I guess you wanted to remove getLine() method.  You only removed
> deprecation marker/comment from it.

Actually, I probably didn't want to change this at all. It is generated
code. I didn't notice that going through the results of my search for
'deprecat'.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to