]> source.dussan.org Git - aspectj.git/commitdiff
Add missing key for invalidModuleName
authorAndy Clement <aclement@pivotal.io>
Wed, 14 Feb 2018 20:27:35 +0000 (12:27 -0800)
committerAndy Clement <aclement@pivotal.io>
Wed, 14 Feb 2018 20:27:35 +0000 (12:27 -0800)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties

index 69edaa836f6be7fad959ad80f060178d1e907baa..98fd785eb4a4253e1e2c7d77347053072b22b8b8 100644 (file)
@@ -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}''