[#1036] API typo in WindowRowsStep.rowsBetweenUnboundedFollwing()
This commit is contained in:
parent
b292033de5
commit
28b29bc769
@ -121,7 +121,7 @@ public interface WindowRowsStep<T> extends WindowFinalStep<T> {
|
||||
* the window function.
|
||||
*/
|
||||
@Support({ DB2, POSTGRES, ORACLE, SYBASE })
|
||||
WindowRowsAndStep<T> rowsBetweenUnboundedFollwing();
|
||||
WindowRowsAndStep<T> rowsBetweenUnboundedFollowing();
|
||||
|
||||
/**
|
||||
* Add a <code>ROWS BETWEEN [number] FOLLOWING ...</code> frame clause to
|
||||
|
||||
@ -346,7 +346,7 @@ implements
|
||||
}
|
||||
|
||||
@Override
|
||||
public final WindowFunction<T> rowsBetweenUnboundedFollwing() {
|
||||
public final WindowFunction<T> rowsBetweenUnboundedFollowing() {
|
||||
rowsUnboundedFollowing();
|
||||
return this;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user