Skip to content

Commit 9aaae90

Browse files
committed
Better visibility
1 parent cd99d0e commit 9aaae90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/io/sifts/SiftsChainToUniprotMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static SiftsChainToUniprotMapping load(boolean useOnlyLocal) throws IOExc
118118
* @return
119119
* @throws IOException
120120
*/
121-
public static SiftsChainToUniprotMapping build() throws IOException {
121+
protected static SiftsChainToUniprotMapping build() throws IOException {
122122
SiftsChainToUniprotMapping sifts = new SiftsChainToUniprotMapping();
123123
BufferedReader br = new BufferedReader(new FileReader(DEFAULT_FILE));
124124
String line = "";

0 commit comments

Comments
 (0)