You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2012/02/10 18:01:02 UTC

svn commit: r1242856 - /incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java

Author: ogrisel
Date: Fri Feb 10 17:01:01 2012
New Revision: 1242856

URL: http://svn.apache.org/viewvc?rev=1242856&view=rev
Log:
typo

Modified:
    incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java

Modified: incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java?rev=1242856&r1=1242855&r2=1242856&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java (original)
+++ incubator/stanbol/trunk/entityhub/generic/servicesapi/src/main/java/org/apache/stanbol/entityhub/servicesapi/yard/Yard.java Fri Feb 10 17:01:01 2012
@@ -180,7 +180,7 @@ public interface Yard {
     /**
      * Updates the store with the new state of the parsed representation
      *
-     * @param represnetation the representation
+     * @param representation the representation
      * @return the representation as stored
      * @throws NullPointerException If <code>null</code> is parsed as representation
      * @throws IllegalArgumentException if the parsed representation is not present 
@@ -188,7 +188,7 @@ public interface Yard {
      * really throw only a {@link RuntimeException}.
      * @throws YardException On any error related to the Yard
      */
-    Representation update(Representation represnetation) throws YardException, IllegalArgumentException;
+    Representation update(Representation representation) throws YardException, IllegalArgumentException;
 
     /**
      * Updates the store with the new state of the parsed representations. This