Beispiel #1
0
 public String getTargetConfigUrl() {
   if (targetConfig == null) {
     return null;
   } else {
     return targetConfig.getUrl();
   }
 }