You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/11/30 09:39:04 UTC

svn commit: r1208323 - /incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java

Author: andy
Date: Wed Nov 30 08:39:03 2011
New Revision: 1208323

URL: http://svn.apache.org/viewvc?rev=1208323&view=rev
Log:
Fix Javadoc @capitalization.

Modified:
    incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java

Modified: incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java?rev=1208323&r1=1208322&r2=1208323&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java (original)
+++ incubator/jena/Jena2/TDB/trunk/src/main/java/com/hp/hpl/jena/tdb/DatasetGraphTxn.java Wed Nov 30 08:39:03 2011
@@ -57,7 +57,7 @@ public class DatasetGraphTxn extends Dat
     }
 
     /** Do not end a transaction this way - use .end() - compatiblity only 
-     * @Deprecated Strongly deprecated -- use {@link #end}*/
+     * @deprecated Strongly deprecated -- use {@link #end}*/
     @Override
     @Deprecated
     public void close()