--- old/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java 2014-01-09 11:49:54.000000000 -0800 +++ new/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java 2014-01-09 11:49:54.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, 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 @@ -1199,7 +1199,7 @@ * can be traversed to determine how the model is being * represented spatially. *

- * NOTE:The View hierarchy can + * NOTE:The View hierarchy can * be traversed from the root view, and other things * can be done as well. Things done in this way cannot * be protected like simple method calls through the TextUI.