Formatting

This commit is contained in:
Phillip Webb
2016-10-03 22:44:36 -07:00
parent f2b0fa284e
commit a2315378d4
16 changed files with 592 additions and 632 deletions

View File

@@ -19,8 +19,7 @@ package org.springframework.boot.configurationsample.specific;
import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Test that compilation fails if the same type is registered twice with the
* same prefix.
* Test that compilation fails if the same type is registered twice with the same prefix.
*
* @author Stephane Nicoll
*/