Skip to content

Commit

Permalink
Merge pull request spring-projects#163 from paskos/SEC-2820
Browse files Browse the repository at this point in the history
SEC-2820
  • Loading branch information
rwinch committed Jan 21, 2015
2 parents 1dfd530 + 0a482c3 commit fb15076
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,7 +25,7 @@
* @since 4.0
* @author Rob Winch
*/
final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {
public final class MessageSecurityExpressionRoot extends SecurityExpressionRoot {

public final Message<?> message;

Expand Down

0 comments on commit fb15076

Please sign in to comment.