We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34652a8 commit 68f92ebCopy full SHA for 68f92eb
XML.java
@@ -64,7 +64,11 @@ public class XML {
64
65
/**
66
* Creates an iterator for navigating Code Points in a string instead of
67
- * characters.
+ * 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.
72
*
73
* @see <a href=
74
* "http://stackoverflow.com/a/21791059/6030888">http://stackoverflow.com/a/21791059/6030888</a>
0 commit comments