src/share/classes/sun/font/CodePointIterator.java
Print this page
*** 31,41 ****
* under terms of a License Agreement between IBM and Sun.
* This technology is protected by multiple US and International
* patents. This notice and attribution to IBM may not be removed.
*/
! package sun.text;
import java.text.CharacterIterator;
public abstract class CodePointIterator {
public static final int DONE = -1;
--- 31,41 ----
* under terms of a License Agreement between IBM and Sun.
* This technology is protected by multiple US and International
* patents. This notice and attribution to IBM may not be removed.
*/
! package sun.font;
import java.text.CharacterIterator;
public abstract class CodePointIterator {
public static final int DONE = -1;