diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-10 13:46:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-10 13:46:01 +0000 |
commit | c8618dc4c7130599fadc315fd8338040a9c06544 (patch) | |
tree | e069da7da555d34364c0418c306ba3524d352123 /java/sca | |
parent | 0a6c609a2c00473106c84b7e1d164fc252fed84b (diff) |
Remove annotation from testcase as it doesn't exist so breaks the build, Should the annotation exist and its not been committed or is this redundant now? The testcase runs fine without it so i've commit the change for now to get the build running
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java b/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java index 4bda0d5e95..1388d2ea75 100644 --- a/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java +++ b/java/sca/itest/policies/src/main/java/org/apache/tuscany/sca/itest/policies/impl/PaymentImpl.java @@ -24,7 +24,6 @@ import org.apache.tuscany.sca.itest.policies.CreditCardPayment; import org.apache.tuscany.sca.itest.policies.Customer;
import org.apache.tuscany.sca.itest.policies.CustomerRegistry;
import org.apache.tuscany.sca.itest.policies.Payment;
-import org.apache.tuscany.sca.policy.logging.Logging;
import org.oasisopen.sca.annotation.Authentication;
import org.oasisopen.sca.annotation.Confidentiality;
import org.oasisopen.sca.annotation.Reference;
@@ -33,7 +32,6 @@ import org.oasisopen.sca.annotation.Requires; /**
*
*/
-@Logging
public class PaymentImpl implements Payment {
@Reference
|