| 1 | package com.sample; |
|
| 2 | ||
| 3 | import com.xxxxxxx.drvpp.fw.common.util.SettingImpl; |
|
| 4 | ||
| 5 | 0 | public class Main { |
| 6 | public int doExecute(){ |
|
| 7 | 0 | SettingImpl s = new SettingImpl(null); |
| 8 | 0 | s.toString(); |
| 9 | ||
| 10 | 0 | return 0; |
| 11 | } |
|
| 12 | ||
| 13 | public static void main(String[] args) { |
|
| 14 | // TODO Auto-generated method stub |
|
| 15 | ||
| 16 | 0 | } |
| 17 | ||
| 18 | } |
|