Skip to content

Commit

Permalink
HSEARCH-923 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Helleringer authored and Sanne committed Jun 21, 2012
1 parent 94262c9 commit 120a9b5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -284,12 +284,12 @@ else if ( org.hibernate.search.bridge.StringBridge.class.isAssignableFrom( impl
}

/**
* This instantiates the SpacialFieldBridge from a {@code Spatial} annotation.
* This instantiates the SpatialFieldBridge from a {@code Spatial} annotation.
*
* @param spatial the {@code Spatial} annotation
* @param clazz the {@code XClass} on which the annotation is defined on
*
* @return Returns the {@code SpacialFieldBridge} instance
* @return Returns the {@code SpatialFieldBridge} instance
*/
public static SpatialFieldBridge buildSpatialBridge( Spatial spatial, XClass clazz ) {
SpatialFieldBridge bridge = null;
Expand Down

0 comments on commit 120a9b5

Please sign in to comment.