DATACMNS-654 - Polishing.

Added missing documentation for geospatial return types.
Fixed typo in GeoResult JavaDoc.
This commit is contained in:
Thomas Darimont
2015-03-23 11:07:31 +01:00
parent 51b155c0a8
commit 6f7d8489bf
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 the original author or authors.
* Copyright 2011-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ import java.io.Serializable;
import org.springframework.util.Assert;
/**
* Calue object capturing some arbitrary object plus a distance.
* Value object capturing some arbitrary object plus a distance.
*
* @author Oliver Gierke
* @author Thomas Darimont