--- old/src/java.desktop/share/classes/javax/swing/DefaultListCellRenderer.java 2017-05-04 17:01:21.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/DefaultListCellRenderer.java 2017-05-04 17:01:21.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2017, 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 @@ -40,7 +40,7 @@ /** * Renders an item in a list. *

- * Implementation Note: + * Implementation Note: * This class overrides * invalidate, * validate,