Quellcode durchsuchen

Merge pull request #163 from paskos/SEC-2820

SEC-2820
Rob Winch vor 10 Jahren
Ursprung
Commit
fb15076aef

+ 2 - 2
messaging/src/main/java/org/springframework/security/messaging/access/expression/MessageSecurityExpressionRoot.java

@@ -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;