mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - remove unused assignment
This commit is contained in:
@@ -74,8 +74,8 @@ public final class DRawSqlSelectColumnsParser {
|
||||
if (lastSpace > -1) {
|
||||
secLastSpace = colInfo.lastIndexOf(' ', lastSpace - 1);
|
||||
}
|
||||
String colName = null;
|
||||
String colLabel = null;
|
||||
String colName;
|
||||
String colLabel;
|
||||
if (lastSpace == -1) {
|
||||
// no column alias
|
||||
colName = colInfo;
|
||||
|
||||
Reference in New Issue
Block a user