Loading src/main/java/org/etsi/osl/tmf/BootstrapRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class BootstrapRepository { } else { //check if we have the latest version of GST if (ADDGST) { ServiceCategory scategory = this.categRepoService.findByName("Generic Services"); ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "5.0.0"); ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "10.0.0"); if ( ( scategory != null ) && ( serviceSpecificationObj == null )) { Loading Loading
src/main/java/org/etsi/osl/tmf/BootstrapRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class BootstrapRepository { } else { //check if we have the latest version of GST if (ADDGST) { ServiceCategory scategory = this.categRepoService.findByName("Generic Services"); ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "5.0.0"); ServiceSpecification serviceSpecificationObj = this.specRepoService.findByNameAndVersion( GST_EXAMPLE_NAME , "10.0.0"); if ( ( scategory != null ) && ( serviceSpecificationObj == null )) { Loading