# HG changeset patch # User afarley # Date 1544727922 28800 # Node ID 2cc1ae79b3038f1c37e5594ea9188862de0e6e9f # Parent 6879069d9d94330d43183cfd12432716c11821ef 8215217: OpenJDK source has too many swear words Reviewed-by: smarks, shade, rriggs, lancea, prr, joehw diff -r 6879069d9d94 -r 2cc1ae79b303 src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java --- a/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java Thu Dec 13 19:06:11 2018 +0100 +++ b/src/java.desktop/share/classes/com/sun/media/sound/SoftChannel.java Thu Dec 13 11:05:22 2018 -0800 @@ -1472,7 +1472,7 @@ } for (int controller : co_midi_nrpn_nrpn.keySet()) nrpnChange(controller, 0); - rpnChange(0, 2 << 7); // Bitch Bend sensitivity + rpnChange(0, 2 << 7); // Pitch Bend sensitivity rpnChange(1, 64 << 7); // Channel fine tunning rpnChange(2, 64 << 7); // Channel Coarse Tuning rpnChange(5, 64); // Modulation Depth, +/- 50 cent diff -r 6879069d9d94 -r 2cc1ae79b303 src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/BitArray.java --- 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;