Closes gh-4677
This commit is contained in:
Johnny Lim
2015-12-04 20:18:03 +09:00
committed by Stephane Nicoll
parent f7d3165ebb
commit ec7fed1ecc
7 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
package org.springframework.boot.configurationmetadata;
/**
* An extension of {@link ConfigurationMetadataProperty} that provides the a reference to
* An extension of {@link ConfigurationMetadataProperty} that provides a reference to
* its source.
*
* @author Stephane Nicoll

View File

@@ -37,7 +37,7 @@ public final class Layouts {
}
/**
* Return the a layout for the given source file.
* Return a layout for the given source file.
* @param file the source file
* @return a {@link Layout}
*/