Преглед на файлове

IntelliJ missed second round of package rename :-( (fixed interface path)

peter_backlund преди 18 години
родител
ревизия
0c0d7a9f15
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      dddsample/src/main/java/se/citerus/dddsample/interfaces/handling/HandlingEventServiceEndpointImpl.java

+ 1
- 1
dddsample/src/main/java/se/citerus/dddsample/interfaces/handling/HandlingEventServiceEndpointImpl.java Целия файл

@@ -24,7 +24,7 @@ import java.util.List;
24 24
  * with the informtion to the handling event registration system for proper registration.
25 25
  *  
26 26
  */
27
-@WebService(endpointInterface = "se.citerus.dddsample.iface.handling.HandlingEventServiceEndpoint")
27
+@WebService(endpointInterface = "se.citerus.dddsample.interfaces.handling.HandlingEventServiceEndpoint")
28 28
 public class HandlingEventServiceEndpointImpl implements HandlingEventServiceEndpoint {
29 29
 
30 30
   private SystemEvents systemEvents;