--- old/src/java.desktop/share/classes/javax/swing/text/Highlighter.java 2015-04-14 15:34:39.139836940 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/Highlighter.java 2015-04-14 15:34:38.995836937 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -124,6 +124,9 @@ } + /** + * A highlight. + */ public interface Highlight { /** @@ -148,5 +151,4 @@ public HighlightPainter getPainter(); } - };