8048014: Update java.lang.SafeVararags for private methods
Reviewed-by: lancea, abuckley
This commit is contained in:
parent
825d9ee985
commit
ea1f1d527d
@ -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>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user