Fixed message format errors.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1190050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2011-10-27 21:50:38 +00:00
parent 201701459a
commit 548375287a
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ override-contextclassloader-begin: Overriding thread context classloader \
from "{0}" to "{1}".
override-contextclassloader-end: Restoring thread context classloader \
from "{0}" to "{1}".
restore-contextclassloader-failed: An error occurred restoring the Thread's \
restore-contextclassloader-failed: An error occurred restoring the Thread''s \
context classloader.
parse-error: An error was encountered while parsing element "{0}". Make sure \
the metadata file is correctly formatted.

View File

@ -14,11 +14,11 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
src-duplicate-field: '{0}' is found to be a duplicated field in Class {1}.
src-duplicate-method: '{0}' is found to be a duplicated method in Class {1}.
src-invalid-method: '{0}' is not a valid method name. \
src-duplicate-field: "{0}" is found to be a duplicated field in Class {1}.
src-duplicate-method: "{0}" is found to be a duplicated method in Class {1}.
src-invalid-method: "{0}" is not a valid method name. \
It must be a non-reserved Java token and a valid Java identifier.
src-invalid-type: '{0}' is not a valid type name. It must be a valid Java package name, a non-reserved \
src-invalid-type: "{0}" is not a valid type name. It must be a valid Java package name, a non-reserved \
Java type or token and a valid Java identifier.
src-invalid-field: '{0}' is not a valid field name. \
src-invalid-field: "{0}" is not a valid field name. \
It must be a non-reserved Java token and a valid Java identifier.