Skip to content

Commit

Permalink
Correct clobbered message from git rebase for (#1477) (#1820)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grassel <fyrewyld@gmail.com>
  • Loading branch information
jgrassel committed Mar 6, 2023
1 parent 47460f3 commit ffc9d1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ public final class ValidationExceptionResource extends ListResourceBundle {
{ "7355", "The mapping attribute [{1}] from the class [{0}] is not a valid mapping type for a convert using an attribute name specification. An attribute name should only be specified to traverse an Embedded mapping type." },
{ "7356", "Procedure: [{1}] cannot be executed because {0} does not currently support multiple out parameters"},
{ "7357", "The \"[{0}]\" URL for \"[{1}]\" resource does not belong to a valid persistence root (as per Jakarta Persistence Specification)"},
{ "7357", "URL [{0}] for resource [{1}] does not belong to a valid persistence root (as per JPA Specification)"},
{ "7358", "Incorrect ASM service name provided."},
{ "7359", "No any ASM service available."},
};
Expand Down

0 comments on commit ffc9d1e

Please sign in to comment.