@@ -220,11 +220,11 @@ splitPane = null; } } /** - * Returns true if the point at <code>x</code>, <code>y</code> + * Returns true if the point at {@code x}, {@code y} * is inside the thumb. */ private boolean isInThumb(int x, int y) { Dimension size = getSize(); int thumbX;