Skip to content

Commit 40007a5

Browse files
committed
making method static
1 parent 849ab06 commit 40007a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure-gui/src/main/java/org/biojava/nbio/structure/align/gui/MultipleAlignmentJmolDisplay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class MultipleAlignmentJmolDisplay {
7676
* @return List of pdb Strings corresponding to the aligned positions
7777
* of the structure.
7878
*/
79-
public List<String> getPDBresnum(int structNum,
79+
public static List<String> getPDBresnum(int structNum,
8080
MultipleAlignment multAln, Atom[] ca){
8181

8282
List<String> lst = new ArrayList<String>();

0 commit comments

Comments
 (0)