jdk/src/share/classes/java/beans/PersistenceDelegate.java
changeset 19213 c360667a0da2
parent 11120 f8576c769572
child 20096 fbbbe389c8b1
--- a/jdk/src/share/classes/java/beans/PersistenceDelegate.java	Tue Aug 06 14:33:56 2013 -0700
+++ b/jdk/src/share/classes/java/beans/PersistenceDelegate.java	Tue Aug 06 16:01:39 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2010, 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
@@ -197,6 +197,7 @@
      * The default implementation, calls the <code>initialize</code>
      * method of the type's superclass.
      *
+     * @param type the type of the instances
      * @param oldInstance The instance to be copied.
      * @param newInstance The instance that is to be modified.
      * @param out The stream to which any initialization statements should be written.