Skip to content

Commit d4f434d

Browse files
committed
Added missing JavaDoc param description
1 parent 7066466 commit d4f434d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

org.bridgedb/src/main/java/org/bridgedb/BridgeDb.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ public static void register(String protocol, Driver driver)
7777

7878
/**
7979
* Returns the version of BridgeDb.
80+
*
81+
* @return a String representing the version of this BridgeDb release.
8082
*/
8183
public static String getVersion() {
8284
if (version != null) return version;

0 commit comments

Comments
 (0)