minor comment about never reached code
This commit is contained in:
parent
b5c52e42d5
commit
4659b0d769
|
@ -483,7 +483,7 @@ public final class DisplayType
|
||||||
else
|
else
|
||||||
return "NVARCHAR2(" + fieldLength + ")";
|
return "NVARCHAR2(" + fieldLength + ")";
|
||||||
}
|
}
|
||||||
if (displayType == DisplayType.Color)
|
if (displayType == DisplayType.Color) // this condition is never reached - filtered above in isID
|
||||||
{
|
{
|
||||||
if (columnName.endsWith("_ID"))
|
if (columnName.endsWith("_ID"))
|
||||||
return "NUMBER(10)";
|
return "NUMBER(10)";
|
||||||
|
|
Loading…
Reference in New Issue