Consistently use ID-based equality check for TemplateFormat

Closes gh-530
This commit is contained in:
Johnny Lim
2018-07-20 21:00:56 +09:00
committed by Andy Wilkinson
parent 93cb08a4cc
commit d05f6cdb6a
10 changed files with 16 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
package org.springframework.restdocs.templates;
/**
* An enumeration of the built-in formats for which templates are provuded.
* An enumeration of the built-in formats for which templates are provided.
*
* @author Andy Wilkinson
* @since 1.1.0