src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java
changeset 53024 2cc1ae79b303
parent 47216 71c04702a3d5
--- a/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java	Thu Dec 13 19:06:11 2018 +0100
+++ b/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java	Thu Dec 13 11:05:22 2018 -0800
@@ -133,7 +133,7 @@
      * This method returns the Nth bit that is set in the bit array. The
      * current position is cached in the following 4 variables and will
      * help speed up a sequence of next() call in an index iterator. This
-     * method is a mess, but it is fast and it works, so don't fuck with it.
+     * method is a mess, but it is fast and it works, so don't change it.
      */
     private int _pos = Integer.MAX_VALUE;
     private int _node = 0;