AttributedCharacterIterator.java, [...]: Reformated.

2003-10-15  Michael Koch  <konqueror@gmx.de>

	* java/text/AttributedCharacterIterator.java,
	java/text/CharacterIterator.java: Reformated.

From-SVN: r72518
This commit is contained in:
Michael Koch 2003-10-15 13:57:00 +00:00 committed by Michael Koch
parent c191caf2fc
commit 6d98f7a8d0
3 changed files with 207 additions and 242 deletions

View file

@ -140,4 +140,5 @@ public interface CharacterIterator extends Cloneable
* @return A copy of this <code>CharacterIterator</code>.
*/
Object clone();
}
} // interface CharacterIterator