Skip to content

Commit 88241b3

Browse files
Made AstralSet.getId() and AstralSet.getUrl() public.
1 parent b64fecd commit 88241b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • biojava3-structure/src/main/java/org/biojava/bio/structure/scop

biojava3-structure/src/main/java/org/biojava/bio/structure/scop/Astral.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public static AstralSet parse(String str) {
6464
this.url = url;
6565
this.id = id;
6666
}
67-
String getId() {
67+
public String getId() {
6868
return id;
6969
}
70-
String getUrl() {
70+
public String getUrl() {
7171
return url;
7272
}
7373
}

0 commit comments

Comments
 (0)