We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7066466 commit d4f434dCopy full SHA for d4f434d
1 file changed
org.bridgedb/src/main/java/org/bridgedb/BridgeDb.java
@@ -77,6 +77,8 @@ public static void register(String protocol, Driver driver)
77
78
/**
79
* Returns the version of BridgeDb.
80
+ *
81
+ * @return a String representing the version of this BridgeDb release.
82
*/
83
public static String getVersion() {
84
if (version != null) return version;
0 commit comments