Skip to content

Commit 44ffe79

Browse files
committed
[WIP][OPENJPA-2940] Removing still unimplemented Replace call
1 parent 1831cd4 commit 44ffe79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openjpa-kernel/src/main/java/org/apache/openjpa/kernel/exps/InMemoryExpressionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ public Value right(Value str, Value length) {
728728

729729
@Override
730730
public Value replace(Value orig, Value pattern, Value replacement) {
731-
return new Replace((Val) orig, (Val) pattern, (Val) replacement);
731+
throw new UnsupportedException("not implemented yet (JPA 3.2)");
732732
}
733733

734734
@Override

0 commit comments

Comments
 (0)