diff -r b2064a216117 -r 30c36e23f154 src/share/classes/com/sun/javadoc/Tag.java --- a/src/share/classes/com/sun/javadoc/Tag.java Sat Sep 08 22:54:21 2012 -0700 +++ b/src/share/classes/com/sun/javadoc/Tag.java Thu Sep 13 14:29:36 2012 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2012, 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 @@ -127,7 +127,7 @@ /** * Return the first sentence of the comment as an array of tags. * Includes inline tags - * (i.e. {@link reference} tags) but not + * (i.e. {@link reference} tags) but not * block tags. * Each section of plain text is represented as a {@link Tag} * of kind "Text".