User: biorn_steedom
Date: 01/04/07 13:41:56
Modified: src/main/org/jboss/util Sync.java
Log:
Removed unnecessary method
Revision Changes Path
1.2 +1 -7 jboss/src/main/org/jboss/util/Sync.java
Index: Sync.java
===================================================================
RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/Sync.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Sync.java 2000/12/12 09:54:34 1.1
+++ Sync.java 2001/04/07 20:41:56 1.2
@@ -11,7 +11,7 @@
*
* @see Semaphore
* @author Simone Bordet ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public interface Sync
{
@@ -25,12 +25,6 @@
* @see #release
*/
public void acquire() throws InterruptedException;
- /**
- * Attempts to acquire this sync in <code>msecs</code> milliseconds; if
succeeds
- * in acquiring it, returns true, otherwise returns false.
- * @see #acquire
- */
- public boolean attempt(long msecs) throws InterruptedException;
/**
* Releases this sync
* @see #acquire
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development