예제 #1
0
 @Override
 public String getWorkerVersionString() {
   if (worker == null) {
     return null;
   }
   return worker.getVersionString();
 }