mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
Fix reminders of dry run
This commit is contained in:
@@ -71,10 +71,5 @@ public enum Command
|
||||
/**
|
||||
* @since 2.0
|
||||
*/
|
||||
MERGE,
|
||||
|
||||
/**
|
||||
* @since 2.0
|
||||
*/
|
||||
MERGE_DRY_RUN
|
||||
MERGE
|
||||
}
|
||||
|
||||
@@ -259,12 +259,4 @@ public abstract class RepositoryServiceProvider implements Closeable
|
||||
{
|
||||
throw new CommandNotSupportedException(Command.MERGE);
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.0
|
||||
*/
|
||||
public MergeDryRunCommand getMergeDryRunCommand()
|
||||
{
|
||||
throw new CommandNotSupportedException(Command.MERGE_DRY_RUN);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
|
||||
Command.OUTGOING,
|
||||
Command.PUSH,
|
||||
Command.PULL,
|
||||
Command.MERGE_DRY_RUN
|
||||
Command.MERGE
|
||||
);
|
||||
//J+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user