src/java.desktop/unix/classes/sun/java2d/xr/XIDGenerator.java

Print this page

        

*** 32,42 **** * * @author Clemens Eisserer */ public class XIDGenerator { ! private final static int XID_BUFFER_SIZE = 512; int[] xidBuffer = new int[XID_BUFFER_SIZE]; int currentIndex = XID_BUFFER_SIZE; public int getNextXID() { --- 32,42 ---- * * @author Clemens Eisserer */ public class XIDGenerator { ! private static final int XID_BUFFER_SIZE = 512; int[] xidBuffer = new int[XID_BUFFER_SIZE]; int currentIndex = XID_BUFFER_SIZE; public int getNextXID() {