Remove unnecessary blank lines

See gh-18089
This commit is contained in:
dreis2211
2019-09-02 09:05:01 +02:00
committed by Stephane Nicoll
parent 9ed6b92ecc
commit b4350a9d96
33 changed files with 0 additions and 34 deletions

View File

@@ -7094,7 +7094,6 @@ The following code shows a typical example:
public DetailsResp someWsCall(DetailsReq detailsReq) {
return (DetailsResp) this.webServiceTemplate.marshalSendAndReceive(detailsReq, new SoapActionCallback(ACTION));
}
}

View File

@@ -35,7 +35,6 @@ public class HibernateSecondLevelCacheExample {
@Bean
public HibernatePropertiesCustomizer hibernateSecondLevelCacheCustomizer(JCacheCacheManager cacheManager) {
return (properties) -> properties.put(ConfigSettings.CACHE_MANAGER, cacheManager.getCacheManager());
}
}