File tree
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed src/main/java/org/utplsql/api
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -14,5 +14,6 @@ public class JavaApiVersionInfo {
|
14 | 14 | public static String getVersion() {
|
15 | 15 | return MAVEN_PROJECT_VERSION + "." + BUILD_NO;
|
16 | 16 | }
|
| 17 | +public static String getInfo() { return MAVEN_PROJECT_NAME + " " + getVersion(); } |
17 | 18 |
|
18 | 19 | }
|
You can’t perform that action at this time.
0 commit comments