You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kt...@apache.org on 2014/08/26 18:22:09 UTC

svn commit: r1620651 - in /incubator/flink/site: blog/index.html news/2014/08/26/release-0.6.html

Author: ktzoumas
Date: Tue Aug 26 16:22:08 2014
New Revision: 1620651

URL: http://svn.apache.org/r1620651
Log:
Minor change in releaase 0.6 blog post

Modified:
    incubator/flink/site/blog/index.html
    incubator/flink/site/news/2014/08/26/release-0.6.html

Modified: incubator/flink/site/blog/index.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/blog/index.html?rev=1620651&r1=1620650&r2=1620651&view=diff
==============================================================================
--- incubator/flink/site/blog/index.html (original)
+++ incubator/flink/site/blog/index.html Tue Aug 26 16:22:08 2014
@@ -130,7 +130,7 @@ features:</p>
   applications. The runtime is designed to perform very well both in
   setups with abundant memory and in setups where memory is scarce.</p>
 
-<p><strong>Object-based APIs:</strong> when programming, you do not have to pack your
+<p><strong>POJO-based APIs:</strong> when programming, you do not have to pack your
   data into key-value pairs or some other framework-specific data
   model. Rather, you can use arbitrary Java and Scala types to model
   your data.</p>

Modified: incubator/flink/site/news/2014/08/26/release-0.6.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/news/2014/08/26/release-0.6.html?rev=1620651&r1=1620650&r2=1620651&view=diff
==============================================================================
--- incubator/flink/site/news/2014/08/26/release-0.6.html (original)
+++ incubator/flink/site/news/2014/08/26/release-0.6.html Tue Aug 26 16:22:08 2014
@@ -130,7 +130,7 @@ features:</p>
   applications. The runtime is designed to perform very well both in
   setups with abundant memory and in setups where memory is scarce.</p>
 
-<p><strong>Object-based APIs:</strong> when programming, you do not have to pack your
+<p><strong>POJO-based APIs:</strong> when programming, you do not have to pack your
   data into key-value pairs or some other framework-specific data
   model. Rather, you can use arbitrary Java and Scala types to model
   your data.</p>