Skip to content

Commit 244da5b

Browse files
committed
Docs
1 parent 8df6a58 commit 244da5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,10 @@ public SubstructureIdentifier toCanonical() {
193193
* ligands (technically non-water non-polymer atoms) within
194194
* {@link StructureTools#DEFAULT_LIGAND_PROXIMITY_CUTOFF} of the selected
195195
* range are included, regardless of chain.
196-
* @param input A full structure, e.g. as loaded from the PDB. The structure
196+
* @param s A full structure, e.g. as loaded from the PDB. The structure
197197
* ID should match that returned by getPdbId().
198198
* @return
199199
* @throws StructureException
200-
* @see StructureTools#getReducedStructure(Structure, String)
201200
*/
202201
@Override
203202
public Structure reduce(Structure s) throws StructureException {
@@ -310,7 +309,7 @@ public Structure reduce(Structure s) throws StructureException {
310309
/**
311310
* Loads the complete structure based on {@link #getPdbId()}.
312311
*
313-
* @param AtomCache A source of structures
312+
* @param cache A source of structures
314313
* @return A Structure containing at least the atoms identified by this,
315314
* or null if no PDB ID is set
316315
* @throws StructureException For errors loading and parsing the structure

0 commit comments

Comments
 (0)