|
@@ -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
|
|
* 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
|
|
* 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
|
|
* @since 4.0
|
|
* @author Rob Winch
|
|
* @author Rob Winch
|
|
*/
|
|
*/
|
|
-final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {
|
|
|
|
|
|
+public final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {
|
|
|
|
|
|
public final Message<?> message;
|
|
public final Message<?> message;
|
|
|
|
|