--- old/src/java.desktop/share/classes/javax/swing/ButtonGroup.java 2015-04-15 10:18:53.556797881 -0700 +++ new/src/java.desktop/share/classes/javax/swing/ButtonGroup.java 2015-04-15 10:18:53.384711877 -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 @@ -69,7 +69,9 @@ @SuppressWarnings("serial") public class ButtonGroup implements Serializable { - // the list of buttons participating in this group + /** + * The list of buttons participating in this group. + */ protected Vector buttons = new Vector(); /**