/[classpath]/classpath/java/io/BufferedReader.java
ViewVC logotype

Diff of /classpath/java/io/BufferedReader.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by arenn, Mon Apr 7 20:28:01 2003 UTC revision 1.19 by mkoch, Wed Jun 11 17:54:28 2003 UTC
# Line 164  public class BufferedReader extends Read Line 164  public class BufferedReader extends Read
164     */     */
165    public void mark(int readLimit) throws IOException    public void mark(int readLimit) throws IOException
166    {    {
167        if (readLimit < 0)
168          throw new IllegalArgumentException();
169    
170      synchronized (lock)      synchronized (lock)
171        {        {
172          checkStatus();          checkStatus();

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26