jdk/src/share/classes/java/lang/SafeVarargs.java
changeset 25163 a7918e311ea4
parent 16026 91424708dab5
--- a/jdk/src/share/classes/java/lang/SafeVarargs.java	Tue Jun 24 16:57:02 2014 +0400
+++ b/jdk/src/share/classes/java/lang/SafeVarargs.java	Tue Jun 24 10:46:08 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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
@@ -45,7 +45,7 @@
  * <li>  the declaration is a fixed arity method or constructor
  *
  * <li> the declaration is a variable arity method that is neither
- * {@code static} nor {@code final}.
+ * {@code static} nor {@code final} nor {@code private}.
  *
  * </ul>
  *