Author: andy
Date: Thu Jul 24 13:06:08 2014
New Revision: 1613105
URL: http://svn.apache.org/r1613105
Log:
Tidy comments
Modified:
jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/objectfile/ObjectFile.java
Modified:
jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/objectfile/ObjectFile.java
URL:
http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/objectfile/ObjectFile.java?rev=1613105&r1=1613104&r2=1613105&view=diff
==============================================================================
---
jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/objectfile/ObjectFile.java
(original)
+++
jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/base/objectfile/ObjectFile.java
Thu Jul 24 13:06:08 2014
@@ -36,7 +36,7 @@ public interface ObjectFile extends Sync
{
public static final String type = "object" ;
- /** A label to identify this ObjectFile - like toString, except it must be
implemented */
+ /** A label to identify this ObjectFile */
public String getLabel() ;
/** Allocate space for a write - pass this buffer to completeWrite */
@@ -72,7 +72,4 @@ public interface ObjectFile extends Sync
/** All the bytebuffers - debugging aid */
public Iterator<Pair<Long, ByteBuffer>> all() ;
-
-// /** return a useful short display string */
-// public String getLabel() ;
}