Selaa lähdekoodia

Improved documentation

peter_backlund 17 vuotta sitten
vanhempi
commit
ecd3c783d3

+ 0
- 1
dddsample/src/main/java/se/citerus/dddsample/interfaces/booking/facade/BookingServiceFacade.java Näytä tiedosto

@@ -11,7 +11,6 @@ import java.util.List;
11 11
 /**
12 12
  * This facade shields the domain layer - model, services, repositories -
13 13
  * from concerns about such things as the user interface and remoting.
14
- * It is an application service.
15 14
  */
16 15
 public interface BookingServiceFacade extends Remote {
17 16