mirror of
https://github.com/apache/openjpa.git
synced 2025-02-08 11:06:01 +00:00
OPENJPA-1376: Updated DBDictionary to remove extraneous 'if' block.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.1.x@1171254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a9bd6ad3c
commit
860954f764
@ -3411,8 +3411,6 @@ public class DBDictionary
|
||||
buf.append(" INCREMENT BY ").append(seq.getIncrement() * seq.getAllocate());
|
||||
}
|
||||
|
||||
if (seq.getIncrement() > 1)
|
||||
buf.append(" INCREMENT BY ").append(seq.getIncrement());
|
||||
return new String[]{ buf.toString() };
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user