コード例 #1
0
 // invoke when isChanged() == true
 public void commit() throws IOException {
   LOG.assertTrue(mySource != null);
   mySource.commit(this);
   getProfileManager().updateProfile(mySource);
   mySource = null;
 }