/[classpath]/classpath/java/awt/BasicStroke.java
ViewVC logotype

Diff of /classpath/java/awt/BasicStroke.java

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

revision 1.6 by mark, Thu Jan 20 12:40:44 2005 UTC revision 1.7 by mark, Sat Feb 12 23:03:38 2005 UTC
# Line 222  public class BasicStroke implements Stro Line 222  public class BasicStroke implements Stro
222      hash ^= cap;      hash ^= cap;
223      hash ^= join;      hash ^= join;
224      hash ^= Float.floatToIntBits(limit);      hash ^= Float.floatToIntBits(limit);
225          
226      for (int i = 0; i < dash.length; i++)      if (dash != null)
227        hash ^=  Float.floatToIntBits(dash[i]);        for (int i = 0; i < dash.length; i++)
228            hash ^=  Float.floatToIntBits(dash[i]);
229    
230      hash ^= Float.floatToIntBits(phase);      hash ^= Float.floatToIntBits(phase);
231    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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