/[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.4.2.2 by gnu_andrew, Fri Jan 21 02:16:35 2005 UTC revision 1.4.2.3 by gnu_andrew, Wed Feb 16 01:11:42 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.4.2.2  
changed lines
  Added in v.1.4.2.3

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