minor - correcting modifiers order

This commit is contained in:
sopov.ivan
2014-04-25 18:20:09 +04:00
parent 12907e6b1b
commit 10d82e28ff
4 changed files with 20 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ public abstract class AutoConfigurationPackages {
/**
* Holder for the base package (name may be null to indicate no scanning).
*/
final static class BasePackages {
static final class BasePackages {
private final List<String> packages;