Reverse commit to master.
This commit is contained in:
parent
6d58df0f44
commit
adb84da651
|
@ -44,7 +44,7 @@ public abstract class BaseTableColumnTask extends BaseTableTask {
|
|||
}
|
||||
|
||||
public BaseTableColumnTask setColumnName(String theColumnName) {
|
||||
myColumnName = theColumnName.toLowerCase();
|
||||
myColumnName = theColumnName.toUpperCase();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue