You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/12/20 15:32:13 UTC

svn commit: r1051132 - /incubator/river/site/trunk/content/river/generics-javaspaces.mdtext

Author: sijskes
Date: Mon Dec 20 14:32:13 2010
New Revision: 1051132

URL: http://svn.apache.org/viewvc?rev=1051132&view=rev
Log:
CMS commit to river by sijskes

Modified:
    incubator/river/site/trunk/content/river/generics-javaspaces.mdtext

Modified: incubator/river/site/trunk/content/river/generics-javaspaces.mdtext
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/generics-javaspaces.mdtext?rev=1051132&r1=1051131&r2=1051132&view=diff
==============================================================================
--- incubator/river/site/trunk/content/river/generics-javaspaces.mdtext (original)
+++ incubator/river/site/trunk/content/river/generics-javaspaces.mdtext Mon Dec 20 14:32:13 2010
@@ -23,7 +23,7 @@ There are currently several proposals be
 
 i.e.:
 
-    public <T extends Entry> T read(T template, Transaction txn, long timeout) `
+    public <T extends Entry> T read(T template, Transaction txn, long timeout)
 
 ## Use of generics in Entry implementing classes