Skip to content

Commit c8ffe2a

Browse files
committed
getInfo-method for JavaApiVersionInfo
1 parent 7a38610 commit c8ffe2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/utplsql/api/JavaApiVersionInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ public class JavaApiVersionInfo {
1414
public static String getVersion() {
1515
return MAVEN_PROJECT_VERSION + "." + BUILD_NO;
1616
}
17+
public static String getInfo() { return MAVEN_PROJECT_NAME + " " + getVersion(); }
1718

1819
}

0 commit comments

Comments
 (0)