mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
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…
x
Reference in New Issue
Block a user