Replaces references to 'files' with 'sources'

Replace references to 'files' throughout the code-base with 'sources'
following the rename of `FileOptions` to `SourceOptions`.

Also cleanup ResourceUtils a little
This commit is contained in:
Phillip Webb
2014-01-10 12:27:23 -08:00
parent 2c6231a0fc
commit 18a666caf8
10 changed files with 150 additions and 122 deletions

View File

@@ -25,6 +25,8 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* Tests for {@link ResourceUtils}.
*
* @author Dave Syer
*/
public class ResourceUtilsTests {