Преглед изворни кода

Updated web service API usage to current core app.

peter_backlund пре 18 година
родитељ
комит
9bfd36091b

+ 1
- 1
register-app/src/main/java/se/citerus/registerapp/service/HandlingEventServiceWs.java Прегледај датотеку

@@ -1,6 +1,6 @@
1 1
 package se.citerus.registerapp.service;
2 2
 
3
-import se.citerus.dddsample.ws.HandlingEventServiceEndpoint;
3
+import se.citerus.dddsample.application.ws.HandlingEventServiceEndpoint;
4 4
 
5 5
 
6 6
 public class HandlingEventServiceWs implements HandlingEventService {