Skip to content

Commit

Permalink
- CHG: Minimal code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 5, 2022
1 parent 9bc0c7a commit b2f343d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
18 changes: 11 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -890,14 +890,7 @@ private void importData(DSLContext context, Sheet data, Sheet dates)
if (StringUtils.isEmpty(block))
block = "1";
String locationName = getCellValue(dataRow, 4);
Integer germplasmId;

// If it's a rep, adjust the name
// if (!StringUtils.isEmpty(rep))
// germplasmId = germplasmToId.get(germplasmName + "-" + dataset.getId() + "-" + rep);
// else
germplasmId = germplasmToId.get(germplasmName);

Integer germplasmId = germplasmToId.get(germplasmName);
String treatmentName = getCellValue(dataRow, 3);
Integer treatmentId = null;

Expand Down

0 comments on commit b2f343d

Please sign in to comment.