Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
heziai committed Feb 4, 2020
1 parent 49010c0 commit 1fe7996
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2921,6 +2921,7 @@ private void validateShardingItemFormat(JobConfig jobConfig) throws SaturnJobCon
* @param newGroupNames 修改后的分组名集合
* @param userName 操作者
*/
@Transactional(rollbackFor = Exception.class)
@Override
public void batchSetGroups(String namespace, List<String> jobNames, List<String> oldGroupNames,
List<String> newGroupNames, String userName) throws SaturnJobConsoleException {
Expand Down

0 comments on commit 1fe7996

Please sign in to comment.