summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java')
-rw-r--r--libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java b/libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java
index ca37f3adbbd..6b65e14edf5 100644
--- a/libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java
+++ b/libjava/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java
@@ -136,7 +136,7 @@ public class XGraphicsDevice
}
catch (EscherServerConnectionException e)
{
- throw new RuntimeException(e.getCause());
+ throw new RuntimeException(e.getCause());
}
}
}
@@ -155,7 +155,7 @@ public class XGraphicsDevice
throw new RuntimeException(e.getCause());
}
}
-
+
eventPump = new XEventPump(display);
}
return display;
@@ -167,7 +167,7 @@ public class XGraphicsDevice
}
/**
- * Tries to load the LocalSocket class and initiate a connection to the
+ * Tries to load the LocalSocket class and initiate a connection to the
* local X server.
*/
private Socket createLocalSocket()
OpenPOWER on IntegriCloud