summaryrefslogtreecommitdiff
path: root/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
diff options
context:
space:
mode:
Diffstat (limited to 'spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java')
-rw-r--r--spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java b/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
index 1431554a..40c7054c 100644
--- a/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
+++ b/spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2014 the original author or authors.
+ * Copyright 2002-2016 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.
@@ -214,7 +214,7 @@ public enum SpelMessage {
"A problem occurred when trying to resolve bean ''{0}'':''{1}''"),
INVALID_BEAN_REFERENCE(Kind.ERROR, 1059,
- "@ can only be followed by an identifier or a quoted name"),
+ "@ or & can only be followed by an identifier or a quoted name"),
TYPE_NAME_EXPECTED_FOR_ARRAY_CONSTRUCTION(Kind.ERROR, 1060,
"Expected the type of the new array to be specified as a String but found ''{0}''"),