File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
biojava-structure/src/main/java/org/biojava/nbio/structure Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments