From 0206248ffbcc7f7151ba74723f93c722aad2b75a Mon Sep 17 00:00:00 2001 From: ramkumar Date: Fri, 22 May 2009 11:45:23 +0000 Subject: Fixes for TUSCANY-3046 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777489 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/bigbank/account/AccountServiceImpl.java | 12 ++++++------ .../main/resources/spring-context/Account-spring-context.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'branches/sca-java-1.5/samples') diff --git a/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java b/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java index be02087c7d..8c1e536a4d 100644 --- a/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java +++ b/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java @@ -47,10 +47,10 @@ public class AccountServiceImpl implements AccountService { private String currency; - public AccountServiceImpl(SavingsAccountService savingsAccountService, StockAccountService stockAccountService) { + /*public AccountServiceImpl(SavingsAccountService savingsAccountService, StockAccountService stockAccountService) { this.savingsAccountService = savingsAccountService; this.stockAccountService = stockAccountService; - } + }*/ public AccountReport getAccountReport(String customerID) { @@ -97,13 +97,13 @@ public class AccountServiceImpl implements AccountService { } } - /*public SavingsAccountService getSavingsAccountService() { + public SavingsAccountService getSavingsAccountService() { return savingsAccountService; } public void setSavingsAccountService(SavingsAccountService savingsAccountService) { this.savingsAccountService = savingsAccountService; - }*/ + } public CheckingAccountService getCheckingAccountService() { return checkingAccountService; @@ -113,13 +113,13 @@ public class AccountServiceImpl implements AccountService { this.checkingAccountService = checkingAccountService; } - /*public StockAccountService getStockAccountService() { + public StockAccountService getStockAccountService() { return stockAccountService; } public void setStockAccountService(StockAccountService stockAccountService) { this.stockAccountService = stockAccountService; - }*/ + } public String getCurrency() { return currency; diff --git a/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml b/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml index 08bc82b8ff..80283ce93b 100644 --- a/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml +++ b/branches/sca-java-1.5/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml @@ -34,17 +34,17 @@ - + + - + @@ -53,8 +53,8 @@ - + -- cgit v1.2.3