Commit 01642b30 by Kazuyuki Hida

課題10を修正

parent 6bc8d530
...@@ -286,9 +286,9 @@ public abstract class ABVNoAuthenticatedActivity extends ABVActivity { ...@@ -286,9 +286,9 @@ public abstract class ABVNoAuthenticatedActivity extends ABVActivity {
private void showMain() { private void showMain() {
try { try {
try {
ContractLogic contractLogic = AbstractLogic.getLogic(ContractLogic.class); ContractLogic contractLogic = AbstractLogic.getLogic(ContractLogic.class);
contractLogic.initializeContractServiceOption(); contractLogic.initializeContractServiceOption();
try {
final ABVDataCache dataCache = ABVDataCache.getInstance(); final ABVDataCache dataCache = ABVDataCache.getInstance();
dataCache.refreshServiceOptions(); dataCache.refreshServiceOptions();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment