blob: 5620897a9559ba9a6a076f7ec26d3a9bb3a02c1f [file] [log] [blame]
# Copyright 2006 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
dependency-cycle=Unable to add '%s' as a dependency of '%s', as that forms a dependency cycle ('%<s' depends on itself via '%1$s'). The dependency has been ignored.
duplicate-orderer=Could not add object with duplicate id '%s'. The duplicate object has been ignored.
constraint-format=Could not parse ordering constraint '%s' (for '%s'). The constraint has been ignored.
one-shot-lock=Method %s may no longer be invoked.
parameter-was-null=Parameter %s was null.
parameter-was-blank=Parameter %s was null or contained only whitespace.
bad-cast=Parameter %s (%s) is not assignable to type %s.
bad-marker-annotation=Marker annotation class %s is not valid because it is not visible at runtime. Add a @RetentionPolicy(RUNTIME) to the class.