jdk/src/share/classes/com/sun/jmx/snmp/SnmpValue.java
changeset 23711 95fb268275e3
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/com/sun/jmx/snmp/SnmpValue.java	Wed Apr 02 23:23:00 2014 +0100
+++ b/jdk/src/share/classes/com/sun/jmx/snmp/SnmpValue.java	Wed Apr 02 21:38:45 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2007, 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
@@ -38,7 +38,7 @@
  * <p><b>This API is a Sun Microsystems internal API  and is subject
  * to change without notice.</b></p>
  */
-
+@SuppressWarnings("serial") // JDK implementation class
 public abstract class SnmpValue implements Cloneable, Serializable, SnmpDataTypeEnums {
 
     /**