Author: hasan
Date: Mon Feb 19 07:59:27 2018
New Revision: 1824719

URL: http://svn.apache.org/viewvc?rev=1824719&view=rev
Log:
CLEREZZA-1017: Fix codes in tutorial-02

Modified:
    clerezza/site/production/getting-started/tutorial/tutorial-02/index.html

Modified: 
clerezza/site/production/getting-started/tutorial/tutorial-02/index.html
URL: 
http://svn.apache.org/viewvc/clerezza/site/production/getting-started/tutorial/tutorial-02/index.html?rev=1824719&r1=1824718&r2=1824719&view=diff
==============================================================================
--- clerezza/site/production/getting-started/tutorial/tutorial-02/index.html 
(original)
+++ clerezza/site/production/getting-started/tutorial/tutorial-02/index.html 
Mon Feb 19 07:59:27 2018
@@ -137,7 +137,7 @@ _:a ex:isA ex:ClerezzaUser .
     33                         triple.getObject().toString()
     34                 ));
     35             }
-    36         } catch (UnsupportedFormatException $ex) {
+    36         } catch (UnsupportedFormatException ex) {
     37             logger.warn(String.format("%s is not supported by the used 
parser", SupportedFormat.TURTLE));
     38         }
     39     }


Reply via email to