Remove unnecessary blank lines
See gh-18089
This commit is contained in:
committed by
Stephane Nicoll
parent
9ed6b92ecc
commit
b4350a9d96
@@ -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));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -35,7 +35,6 @@ public class HibernateSecondLevelCacheExample {
|
||||
@Bean
|
||||
public HibernatePropertiesCustomizer hibernateSecondLevelCacheCustomizer(JCacheCacheManager cacheManager) {
|
||||
return (properties) -> properties.put(ConfigSettings.CACHE_MANAGER, cacheManager.getCacheManager());
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user