Repository: olingo-odata4 Updated Branches: refs/heads/master e916006e2 -> ec009caa6
OLINGO-980: Adding the missing message key Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/ec009caa Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/ec009caa Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/ec009caa Branch: refs/heads/master Commit: ec009caa64d3f137663a2fbc5faac9539c66db36 Parents: e916006 Author: Ramesh Reddy <[email protected]> Authored: Mon Jul 18 10:19:33 2016 -0500 Committer: Ramesh Reddy <[email protected]> Committed: Mon Jul 18 10:19:33 2016 -0500 ---------------------------------------------------------------------- .../src/main/resources/server-core-exceptions-i18n.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/ec009caa/lib/server-core/src/main/resources/server-core-exceptions-i18n.properties ---------------------------------------------------------------------- diff --git a/lib/server-core/src/main/resources/server-core-exceptions-i18n.properties b/lib/server-core/src/main/resources/server-core-exceptions-i18n.properties index 985bfe6..afe5535 100644 --- a/lib/server-core/src/main/resources/server-core-exceptions-i18n.properties +++ b/lib/server-core/src/main/resources/server-core-exceptions-i18n.properties @@ -134,6 +134,7 @@ DeserializerException.DUPLICATE_JSON_PROPERTY="JSON properties must not appear t DeserializerException.UNKNOWN_PRIMITIVE_TYPE=Unknown primitive type '%1$s' for property '%2$s'; DeserializerException.NAVIGATION_PROPERTY_NOT_FOUND=Can`t find navigation property with name: '%1$s'. DeserializerException.INVALID_ANNOTATION_TYPE=The annotation '%1$s' has the wrong JSON type. +DeserializerException.INVALID_NULL_ANNOTATION="Annotation: '%1$s' must not have a null value." DeserializerException.INVALID_ENTITY_BINDING_LINK=The binding link '%1$s' is malformed. DeserializerException.INVALID_ACTION_PARAMETER_TYPE=The action parameter '%1$s' must be either primitive, complex or an entity or a collection of those types. DeserializerException.INVALID_NULL_PARAMETER=The parameter '%1$s' must not be null.
