#638 - Fix typos in Javadoc.

This commit is contained in:
Kulcsár Roland
2017-10-04 21:21:19 +02:00
committed by Oliver Gierke
parent 5faf9858bb
commit ab54e56f01
4 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ public class MediaTypes {
public static final MediaType HAL_JSON_UTF8 = MediaType.valueOf(HAL_JSON_UTF8_VALUE);
/**
* A string equivalient of {@link MediaTypes#ALPS_JSON}.
* A String equivalent of {@link MediaTypes#ALPS_JSON}.
*/
public static final String ALPS_JSON_VALUE = "application/alps+json";

View File

@@ -59,7 +59,7 @@ public class Alps {
}
/**
* Retruns a new {@link ExtBuilder}.
* Returns a new {@link ExtBuilder}.
*
* @return
*/

View File

@@ -22,7 +22,7 @@ import org.springframework.context.support.MessageSourceAccessor;
import org.springframework.context.support.ReloadableResourceBundleMessageSource;
/**
* Common HATOEAS specific configuration.
* Common HATEOAS specific configuration.
*
* @author Oliver Gierke
* @soundtrack Elephants Crossing - Wait (Live at Stadtfest Dresden)

View File

@@ -92,7 +92,7 @@ class AnnotatedParametersParameterAccessor {
}
/**
* Callback to verifiy the parameter values given for a dummy invocation. Default implementation rejects
* Callback to verify the parameter values given for a dummy invocation. Default implementation rejects
* {@literal null} values as they indicate an invalid dummy call.
*
* @param parameter will never be {@literal null}.