Skip to content

Commit

Permalink
Old classic, remove Integer vs int
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jan 10, 2019
1 parent 0caedcd commit 07a3a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public static List<IAtom> getShortestPath(IAtomContainer atomContainer, IAtom st
index = tmp;
}
}
qList.remove(index);
qList.remove((Integer)index);
if (index == endNumber) break;

// relaxation
Expand Down

0 comments on commit 07a3a96

Please sign in to comment.