Skip to content

Commit

Permalink
merging this toward 1.509
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 25, 2013
1 parent 3d433ab commit ed712a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/security/ACL.java
Expand Up @@ -134,7 +134,7 @@ public static SecurityContext impersonate(Authentication auth) {
* Safer variant of {@link #impersonate(Authentication)} that does not require a finally-block.
* @param auth authentication, such as {@link #SYSTEM}
* @param body an action to run with this alternate authentication in effect
* @since XXX
* @since 1.509
*/
public static void impersonate(Authentication auth, Runnable body) {
SecurityContext old = impersonate(auth);
Expand Down
Expand Up @@ -38,7 +38,7 @@
*
* @author Kohsuke Kawaguchi
* @see HttpSessionContextIntegrationFilter2
* @since XXX
* @since 1.509
*/
public class NonSerializableSecurityContext implements SecurityContext {
private transient Authentication authentication;
Expand Down

0 comments on commit ed712a7

Please sign in to comment.