aboutsummaryrefslogtreecommitdiff
path: root/core/src/com/google/inject/Guice.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/com/google/inject/Guice.java')
-rw-r--r--core/src/com/google/inject/Guice.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/com/google/inject/Guice.java b/core/src/com/google/inject/Guice.java
index 3c6da0fa..9b21193b 100644
--- a/core/src/com/google/inject/Guice.java
+++ b/core/src/com/google/inject/Guice.java
@@ -16,10 +16,9 @@
package com.google.inject;
-import java.util.Arrays;
-
import com.google.inject.internal.InternalInjectorCreator;
+import java.util.Arrays;
/**
* The entry point to the Guice framework. Creates {@link Injector}s from