mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 05:25:56 +00:00
Reformat business-delegate, callback, chain, command, composite, dao, decorator & dependency-injection patterns.
This commit is contained in:
@@ -7,5 +7,5 @@ package com.iluwatar.business.delegate;
|
||||
*/
|
||||
public interface BusinessService {
|
||||
|
||||
void doProcessing();
|
||||
void doProcessing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user