示例#1
0
 public void storeProps() throws IOException {
   super.storeProps();
   if (testNak != null) {
     m_props.setProperty("nak", testNak);
   }
 }