Skip to content

Commit bee59ab

Browse files
committed
updated cod xtal statistics
1 parent e57d007 commit bee59ab

File tree

7 files changed

+23520
-23447
lines changed

7 files changed

+23520
-23447
lines changed

src/main/java/com/actelion/research/chem/UniqueStringList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public int addString(String theString) {
6363
int position = mOriginalOrder.size();
6464

6565
mOriginalOrder.add(theString);
66-
mIndexList.add(index, new Integer(position));
66+
mIndexList.add(index, position);
6767

6868
return position;
6969
}

0 commit comments

Comments
 (0)