diff src/org/tmatesoft/hg/repo/HgRepositoryLock.java @ 605:c56edf42be64

Commit: update active bookmark with new revision
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 06 May 2013 20:28:21 +0200
parents 3cd3c3d37432
children f41dd9a3b8af
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepositoryLock.java	Mon May 06 18:53:04 2013 +0200
+++ b/src/org/tmatesoft/hg/repo/HgRepositoryLock.java	Mon May 06 20:28:21 2013 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012 TMate Software Ltd
+ * Copyright (c) 2012-2013 TMate Software Ltd
  *  
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@
 
 	/**
 	 * Perform actual locking. Waits for timeout (if specified at construction time)
-	 * before throwing {@link HgInvalidStateException} in case lock is not available 
+	 * before throwing {@link HgRepositoryLockException} in case lock is not available 
 	 * immediately.
 	 * 
 	 * <p>Multiple calls are possible, but corresponding number of {@link #release()}