diff --git a/scm-core/src/main/java/sonia/scm/repository/work/SimpleWorkingCopyFactory.java b/scm-core/src/main/java/sonia/scm/repository/work/SimpleWorkingCopyFactory.java index 7e6a941871..fa22d80131 100644 --- a/scm-core/src/main/java/sonia/scm/repository/work/SimpleWorkingCopyFactory.java +++ b/scm-core/src/main/java/sonia/scm/repository/work/SimpleWorkingCopyFactory.java @@ -26,7 +26,6 @@ package sonia.scm.repository.work; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import sonia.scm.repository.InternalRepositoryException; import sonia.scm.repository.RepositoryProvider; import javax.servlet.ServletContextEvent; @@ -41,10 +40,10 @@ import java.io.File; * implemented: * *
- *
{@link #getInitializer(C, File, String)}
+ *
{@link #getInitializer(C)}
*
Creates a new clone of the repository for the given context in the given * directory with the given branch checked out (if branches are supported).
- *
{@link #getReclaimer(C, File, String)}
+ *
{@link #getReclaimer(C)}
*
Reclaim the working directory with a already checked out clone of the * repository given in the context, so that the directory is not modified in * respect to the repository and the given branch is checked out (if branches