jdk/src/java.desktop/share/classes/javax/swing/text/html/Map.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/html/Map.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/html/Map.java	Sat Sep 19 15:45:59 2015 -0700
@@ -180,7 +180,7 @@
      * % the returned value with be negative. If a parse error results
      * from trying to parse one of the numbers null is returned.
      */
-    static protected int[] extractCoords(Object stringCoords) {
+    protected static int[] extractCoords(Object stringCoords) {
         if (stringCoords == null || !(stringCoords instanceof String)) {
             return null;
         }