8048014: Update java.lang.SafeVararags for private methods

Reviewed-by: lancea, abuckley
This commit is contained in:
Joe Darcy 2014-06-24 10:46:08 -07:00
parent 825d9ee985
commit ea1f1d527d

View File

@ -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 @@ import java.lang.annotation.*;
* <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>
*