aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Math.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/lang/Math.java')
-rw-r--r--libjava/java/lang/Math.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/lang/Math.java b/libjava/java/lang/Math.java
index 5c9a39bff0f..aac33aa299d 100644
--- a/libjava/java/lang/Math.java
+++ b/libjava/java/lang/Math.java
@@ -38,9 +38,10 @@ exception statement from your version. */
package java.lang;
-import java.util.Random;
import gnu.classpath.Configuration;
+import java.util.Random;
+
/**
* Helper class containing useful mathematical functions and constants.
* <P>
@@ -50,7 +51,7 @@ import gnu.classpath.Configuration;
*
* @author Paul Fisher
* @author John Keiser
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0
*/
public final class Math