mirror of https://github.com/apache/openjpa.git
OPENJPA-1700 Findbugs - The initial value of this parameter is ignored, and the parameter is overwritten here. This often indicates a mistaken belief that the write to the parameter will be conveyed back to the caller.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@954689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3865aedfaa
commit
bc6c92ca64
|
@ -144,7 +144,7 @@ public class IdentifierRule {
|
|||
}
|
||||
|
||||
public void setDelimitReservedWords(boolean delimitReservedWords) {
|
||||
delimitReservedWords = _delimitReservedWords;
|
||||
_delimitReservedWords = delimitReservedWords;
|
||||
}
|
||||
|
||||
public boolean getDelimitReservedWords() {
|
||||
|
|
Loading…
Reference in New Issue