Skip to content

Commit 07a3a96

Browse files
committed
Old classic, remove Integer vs int
1 parent 0caedcd commit 07a3a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/core/src/main/java/org/openscience/cdk/graph/PathTools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public static List<IAtom> getShortestPath(IAtomContainer atomContainer, IAtom st
476476
index = tmp;
477477
}
478478
}
479-
qList.remove(index);
479+
qList.remove((Integer)index);
480480
if (index == endNumber) break;
481481

482482
// relaxation

0 commit comments

Comments
 (0)