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:28:30 UTC

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

Author: sijskes
Date: Mon Dec 20 14:28:30 2010
New Revision: 1051129

URL: http://svn.apache.org/viewvc?rev=1051129&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=1051129&r1=1051128&r2=1051129&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:28:30 2010
@@ -21,7 +21,9 @@ There are currently several proposals be
 
 ## Modification of JavaSpaces interface
 
-i.e. `public <T extends Entry> T read(T template, Transaction txn, long timeout) `
+i.e.:
+
+    public <T extends Entry> T read(T template, Transaction txn, long timeout) `
 
 ## Use of generics in Entry implementing classes