org/apache/wicket/util/io/FullyBufferedReader getLineAndColumnText not used
---------------------------------------------------------------------------

                 Key: WICKET-4354
                 URL: https://issues.apache.org/jira/browse/WICKET-4354
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5.4
         Environment: all
            Reporter: Richard Emberson
            Priority: Trivial


In FullyBufferedReader, method 
  private def getLineAndColumnText: String = 
    " (line " + getLineNumber + ", column " + getColumnNumber + ")"
is not used anywhere.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to