Skip to content

Commit cebd7f0

Browse files
committed
Javadoc correction
1 parent c39d66f commit cebd7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-structure/src/main/java/org/biojava/nbio/structure/contact

biojava-structure/src/main/java/org/biojava/nbio/structure/contact/GridCell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public int getNumJindices() {
6565
* Calculates all distances of atoms within this cell returning those that are within the given cutoff
6666
* as a list of Contacts containing the indices of the pair and the calculated distance.
6767
*
68-
* If {@link Grid#getIAtoms()} is null, distances are within the iAtoms only
68+
* If {@link Grid#getJAtoms()} is null, distances are within the iAtoms only
6969
* @return
7070
*/
7171
public List<Contact> getContactsWithinCell(){

0 commit comments

Comments
 (0)