Fix formatting

This commit is contained in:
René Pfeuffer
2020-11-12 08:11:13 +01:00
parent 8e10f7e7ed
commit 6abf793f49

View File

@@ -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