File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/main/java/com/ibm/cldk Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- version =1.0.7-dev
2
-
1
+ version =1.0.7
Original file line number Diff line number Diff line change 19
19
import com .ibm .cldk .entities .JavaCompilationUnit ;
20
20
import com .ibm .cldk .utils .BuildProject ;
21
21
import com .ibm .cldk .utils .Log ;
22
- import com .ibm .wala .ipa .callgraph .CallGraphBuilderCancelException ;
23
- import com .ibm .wala .ipa .cha .ClassHierarchyException ;
24
22
import org .apache .commons .lang3 .tuple .Pair ;
25
23
import picocli .CommandLine ;
26
24
import picocli .CommandLine .Command ;
40
38
41
39
42
40
class VersionProvider implements CommandLine .IVersionProvider {
43
- public String [] getVersion () throws Exception {
41
+ public String [] getVersion () {
44
42
String version = getClass ().getPackage ().getImplementationVersion ();
45
43
return new String []{ version != null ? version : "unknown" };
46
44
}
You can’t perform that action at this time.
0 commit comments