Skip to content

Commit f04916a

Browse files
committed
Referring to DEFAULT_RESOLUTION instead of 99
1 parent 73343ef commit f04916a

File tree

1 file changed

+4
-2
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)