jdk/src/share/classes/javax/print/attribute/standard/MediaSizeName.java
changeset 22260 c9185e010e03
parent 5506 202f599c92aa
child 22584 eed64ee05369
--- a/jdk/src/share/classes/javax/print/attribute/standard/MediaSizeName.java	Thu Dec 05 15:49:53 2013 -0500
+++ b/jdk/src/share/classes/javax/print/attribute/standard/MediaSizeName.java	Fri Jan 10 09:24:47 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 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
@@ -41,7 +41,6 @@
  * values of the IPP "media" attribute which names media sizes.
  * The names of the media sizes correspond to those in the IPP 1.1 RFC
  * <a HREF="http://www.ietf.org/rfc/rfc2911.txt">RFC 2911</a>
- * <P>
  *
  */
 public class MediaSizeName extends Media {