コード例 #1
0
 /**
  * Change enabled/disabled state of the corresponding refactoring change.
  *
  * @param state the state of refactoring change
  * @throws RefactoringException when there are no corresponding refactoring session or refactoring
  *     change
  */
 @POST
 @Path("change/enabled")
 public void changeChangeEnabledState(ChangeEnabledState state) throws RefactoringException {
   manager.changeChangeEnabled(state);
 }