jdk/src/share/classes/javax/swing/text/StyleContext.java
changeset 22574 7f8ce0c8c20a
parent 21278 ef8a3a2a72f2
child 25193 187a455af8f8
child 24865 09b1d992ca72
--- a/jdk/src/share/classes/javax/swing/text/StyleContext.java	Fri Jan 24 13:54:16 2014 +0000
+++ b/jdk/src/share/classes/javax/swing/text/StyleContext.java	Fri Jan 24 07:16:53 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, 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
@@ -62,6 +62,7 @@
  *
  * @author  Timothy Prinzing
  */
+@SuppressWarnings("serial") // Same-version serialization only
 public class StyleContext implements Serializable, AbstractDocument.AttributeContext {
 
     /**
@@ -1244,6 +1245,7 @@
      * has been added to the <code>java.beans</code> package.
      * Please see {@link java.beans.XMLEncoder}.
      */
+    @SuppressWarnings("serial") // Same-version serialization only
     public class NamedStyle implements Style, Serializable {
 
         /**