From b9bec749de05ebc6ed1c51fb8fb4a447fd8c4409 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Thu, 26 Mar 2009 10:50:44 +0000 Subject: Fixes for TUSCANY-2941 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758592 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/bigbank/account/AccountServiceImpl.java | 12 ++++++------ .../resources/spring-context/Account-spring-context.xml | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'branches/sca-java-1.x/samples') diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java b/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java index 8c1e536a4d..be02087c7d 100644 --- a/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/java/bigbank/account/AccountServiceImpl.java +++ b/branches/sca-java-1.x/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.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml index d86464b065..08bc82b8ff 100644 --- a/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml +++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/src/main/resources/spring-context/Account-spring-context.xml @@ -32,19 +32,19 @@ - - - + + - + - + -- cgit v1.2.3