--- old/src/java.desktop/share/classes/javax/swing/text/StyledEditorKit.java 2015-04-14 15:34:43.355837038 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/StyledEditorKit.java 2015-04-14 15:34:43.207837034 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, 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 @@ -288,6 +288,8 @@ * are in set.

* This is called anytime the caret moves over a different location. * + * @param element the element + * @param set the attributes */ protected void createInputAttributes(Element element, MutableAttributeSet set) {