File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/com/ibm/cldk Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- version =1.0.6
1+ version =1.0.7
Original file line number Diff line number Diff line change 1919import com .ibm .cldk .entities .JavaCompilationUnit ;
2020import com .ibm .cldk .utils .BuildProject ;
2121import com .ibm .cldk .utils .Log ;
22- import com .ibm .wala .ipa .callgraph .CallGraphBuilderCancelException ;
23- import com .ibm .wala .ipa .cha .ClassHierarchyException ;
2422import org .apache .commons .lang3 .tuple .Pair ;
2523import picocli .CommandLine ;
2624import picocli .CommandLine .Command ;
4038
4139
4240class VersionProvider implements CommandLine .IVersionProvider {
43- public String [] getVersion () throws Exception {
41+ public String [] getVersion () {
4442 String version = getClass ().getPackage ().getImplementationVersion ();
4543 return new String []{ version != null ? version : "unknown" };
4644 }
You can’t perform that action at this time.
0 commit comments