From 0f7e3563e10aa0694316c04983fd4d4358511b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 14 May 2020 21:46:23 +0200 Subject: [PATCH] Fix doc --- .../sonia/scm/repository/work/SimpleWorkingCopyFactory.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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