Merge pull request #163 from paskos/SEC-2820

SEC-2820
This commit is contained in:
Rob Winch 2015-01-21 10:36:25 -06:00
commit fb15076aef
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2014 the original author or authors.
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@ -25,7 +25,7 @@ import org.springframework.security.core.Authentication;
* @since 4.0
* @author Rob Winch
*/
final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {
public final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {
public final Message<?> message;