Skip to content

Commit 68f92eb

Browse files
author
John J. Aylward
committed
Adds more javadoc.
1 parent 34652a8 commit 68f92eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

XML.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ public class XML {
6464

6565
/**
6666
* Creates an iterator for navigating Code Points in a string instead of
67-
* characters.
67+
* characters. Once Java7 support is dropped, this can be replaced with
68+
* <code>
69+
* string.codePoints()
70+
* </code>
71+
* which is available in Java8 and above.
6872
*
6973
* @see <a href=
7074
* "http://stackoverflow.com/a/21791059/6030888">http://stackoverflow.com/a/21791059/6030888</a>

0 commit comments

Comments
 (0)