diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-05 09:53:05 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-05 09:53:05 +0000 |
commit | 66b60290f3ee2606d62fbad5943f10e496d90035 (patch) | |
tree | 60688939e46d7865a40c2d6e8d005283145f5360 | |
parent | 2e5148cda5fd31d2fae0064c96ff46ebb9db267d (diff) |
Fix typo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992749 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java b/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java index 6f1243b103..5fe80ed678 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/policy-client/src/main/java/scatours/client/TestClient.java @@ -47,7 +47,7 @@ public class TestClient { public void run() { System.out.println("==============================================="); - System.out.println("Test the loggin policy by calling the trip component"); + System.out.println("Test the logging policy by calling the trip component"); TripItem tripItem = new TripItem("1234", "5678", TripItem.TRIP, "FS1DEC06", "Florence and Siena pre-packaged tour", "FLR", "06/12/09", "13/12/09", 450, "EUR", "http://localhost:8085/tbd"); |