mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
IDEA-13154 Hibernate: Criteria API entity property resolving
This commit is contained in:
@@ -145,7 +145,7 @@ public class PatternCompilerImpl<T> implements PatternCompiler<T> {
|
||||
curFrame.state = ch == '('? State.param_start : State.name_end;
|
||||
}
|
||||
else {
|
||||
throw new IllegalStateException("'"+curString+ch+"' method name start is invalid");
|
||||
throw new IllegalStateException("'"+curString+ch+"' method name start is invalid, '(' expected");
|
||||
}
|
||||
break;
|
||||
case name_end:
|
||||
|
||||
Reference in New Issue
Block a user