Skip to content

Commit d02632b

Browse files
committed
Removed apparently old documentation
This sentence seems from old documentation. This method does not throw StructureException, nor does its underlying method.
1 parent 6c5761c commit d02632b

File tree

1 file changed

+1
-3
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure

1 file changed

+1
-3
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/BondImpl.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ public int getBondOrder() {
175175
/**
176176
* Gets the distance between the two atoms of this bond.
177177
* <p>
178-
* This distance is calculated by {@link Calc#getDistance(Atom, Atom)}, but
179-
* this method will suppress the empty threat of a
180-
* {@link StructureException} that method makes.
178+
* This distance is calculated by {@link Calc#getDistance(Atom, Atom)}.
181179
*
182180
* @return the distance between the two atoms of this bond.
183181
*/

0 commit comments

Comments
 (0)