aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2018-02-14 12:27:35 -0800
committerAndy Clement <aclement@pivotal.io>2018-02-14 12:27:35 -0800
commit0ba9fa19f7b14b70f0c02060a9de27085d0d62f5 (patch)
tree66973382c91a74cf7b994a1e733fb66c8d64b924 /org.aspectj.ajdt.core
parent4f0f49924f6058c615c335a049af8442eebbc8ea (diff)
downloadaspectj-0ba9fa19f7b14b70f0c02060a9de27085d0d62f5.tar.gz
aspectj-0ba9fa19f7b14b70f0c02060a9de27085d0d62f5.zip
Add missing key for invalidModuleName
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
index 69edaa836..98fd785eb 100644
--- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
+++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties
@@ -111,6 +111,7 @@ configure.multipleencodings=Multiple encoding specified: {1}. The default encodi
configure.differentencodings=Found encoding {0}. Different encodings were specified: {1}
configure.differentencoding=Found encoding {0}. A different encoding was specified: {1}
+configure.invalidModuleName = invalid module name: {0}
### null annotations
configure.invalidNullAnnot = Token {0} is not in the expected format "nullAnnot(<non null annotation name> | <nullable annotation name> | <non-null by default annotation name>)"
configure.missingAnnotationPath = Missing argument to -annotationpath at ''{0}''