File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
biojava-structure/src/main/java/org/biojava/nbio/structure Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -586,9 +586,11 @@ public void setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo
586586 * <code>_em_3d_reconstruction.resolution</code> (ELECTRON MICROSCOPY) for mmCif
587587 * format, or to <code>REMARK 2</code> or <code>REMARK 3</code> for PDB legacy
588588 * format. If more than one value is available (in rare cases), the last one is
589- * reported. If no value is available, it defaults to 99.
589+ * reported. If no value is available, it defaults to
590+ * {@link #DEFAULT_RESOLUTION} ({@value #DEFAULT_RESOLUTION}).
590591 *
591- * @return The reported experiment resolution, 99 if no value is available.
592+ * @return The reported experiment resolution, {@link #DEFAULT_RESOLUTION}
593+ * ({@value #DEFAULT_RESOLUTION}) if no value is available.
592594 */
593595 public float getResolution () {
594596 return resolution ;
You can’t perform that action at this time.
0 commit comments