langtools/make/tools/crules/resources/crules.properties
changeset 25848 3bc09f4676a9
parent 17283 cddfdf252f4a
child 26266 2d24bda701dc
--- a/langtools/make/tools/crules/resources/crules.properties	Wed Jul 30 20:31:39 2014 +0400
+++ b/langtools/make/tools/crules/resources/crules.properties	Fri Aug 01 11:09:40 2014 -0700
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -26,3 +26,5 @@
 # 0: symbol
 crules.err.var.must.be.final=\
     Static variable {0} must be final
+crules.should.not.use.string.concatenation=\
+    Should not use string concatenation.