()
| 100 | } |
| 101 | |
| 102 | public String getTechEchoarea() { |
| 103 | return MainHandler.getCurrentInstance().getProperty(STAT_ECHOAREA, |
| 104 | "tech"); |
| 105 | } |
| 106 | |
| 107 | boolean getStatisticEnabled() { |
| 108 | return MainHandler.getCurrentInstance().getBooleanProperty(STAT_ENABLE, |
no test coverage detected