/[classpath]/classpath/java/util/zip/OutputWindow.java
ViewVC logotype

Diff of /classpath/java/util/zip/OutputWindow.java

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

revision 1.4 by mkoch, Thu Jul 15 13:35:30 2004 UTC revision 1.5 by mkoch, Fri Oct 22 18:02:06 2004 UTC
# Line 1  Line 1 
1  /* java.util.zip.OutputWindow  /* OutputWindow.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 63  class OutputWindow Line 63  class OutputWindow
63      window_end &= WINDOW_MASK;      window_end &= WINDOW_MASK;
64    }    }
65    
66      private void slowRepeat(int rep_start, int len, int dist)
   private final void slowRepeat(int rep_start, int len, int dist)  
67    {    {
68      while (len-- > 0)      while (len-- > 0)
69        {        {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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