Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java
index 01e408b60..53223540b 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java
@@ -1339,7 +1339,7 @@ public class SimpleArtifactRepository extends AbstractArtifactRepository impleme
/**
* Actually lock the location. This method should only be called
* from LockAndLoad. If you only want to lock the repository and not
- * load it, see {@link SimpleArtifactRepository#lockAndLoad(boolean)}.
+ * load it, see {@link SimpleArtifactRepository#lockAndLoad(boolean, IProgressMonitor)}.
*/
private synchronized boolean lock(boolean wait, IProgressMonitor monitor) throws IOException {
if (holdsLock()) {

Back to the top