Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public static long delete(Class<?> entityClass, String query, Parameters params)

public static IllegalStateException implementationInjectionMissing() {
return new IllegalStateException(
"This method is normally automatically overridden in subclasses: did you forget to annotated your entity with @Entity?");
"This method is normally automatically overridden in subclasses: did you forget to annotate your entity with @Entity?");
}

public static int executeUpdate(String query, Object... params) {
Expand Down