mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-08 00:14:42 +00:00
Resolves checkstyle errors for business-delegate, bytecode, caching (#1059)
* Reduces checkstyle errors in business-delegate * Reduces checkstyle errors in bytecode * Reduces checkstyle errors in caching
This commit is contained in:
committed by
Ilkka Seppälä
parent
6d1c0b1563
commit
efc17fcc70
@@ -33,6 +33,8 @@ public class BusinessLookup {
|
||||
private JmsService jmsService;
|
||||
|
||||
/**
|
||||
* Gets service instance based on service type.
|
||||
*
|
||||
* @param serviceType Type of service instance to be returned.
|
||||
* @return Service instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user