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

@@ -149,7 +149,7 @@ public final class Dependency {
/**
* A dependency exclusion.
*/
public final static class Exclusion {
public static final class Exclusion {
private final String groupId;