mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 03:55:51 +01:00
Fix formatting
This commit is contained in:
@@ -148,16 +148,20 @@ public class SvnRepositoryServiceProvider extends RepositoryServiceProvider
|
||||
return new SvnLogCommand(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ModificationsCommand getModificationsCommand() {
|
||||
return new SvnModificationsCommand(context);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ModifyCommand getModifyCommand() {
|
||||
return new SvnModifyCommand(context, workingCopyFactory);
|
||||
}
|
||||
|
||||
@Override
|
||||
public LookupCommand getLookupCommand() { return new SvnLookupCommand(context);}
|
||||
public LookupCommand getLookupCommand() {
|
||||
return new SvnLookupCommand(context);
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
|
||||
Reference in New Issue
Block a user