Skip to content

Commit 9d9ef13

Browse files
author
luke czapla
committed
made constructor public
1 parent 67b947a commit 9d9ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/ecod/EcodInstallation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public EcodInstallation(String cacheLocation, String version) {
113113
/**
114114
* @see EcodFactory#getEcodDatabase()
115115
*/
116-
EcodInstallation() {
116+
public EcodInstallation() {
117117
this( new UserConfiguration().getCacheFilePath(), DEFAULT_VERSION );
118118
}
119119
/**

0 commit comments

Comments
 (0)