|
From: <tho...@us...> - 2014-08-12 14:04:34
|
Revision: 8613
http://sourceforge.net/p/bigdata/code/8613
Author: thompsonbry
Date: 2014-08-12 14:04:21 +0000 (Tue, 12 Aug 2014)
Log Message:
-----------
removed version, added Override
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/btree/DefaultEvictionListener.java
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/btree/DefaultEvictionListener.java
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/btree/DefaultEvictionListener.java 2014-08-12 14:04:04 UTC (rev 8612)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/btree/DefaultEvictionListener.java 2014-08-12 14:04:21 UTC (rev 8613)
@@ -33,11 +33,11 @@
* persistence store.
*
* @author <a href="mailto:tho...@us...">Bryan Thompson</a>
- * @version $Id$
*/
public class DefaultEvictionListener implements
IEvictionListener {
+ @Override
public void evicted(final IHardReferenceQueue<PO> cache, final PO ref) {
final AbstractNode<?> node = (AbstractNode<?>) ref;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|