Index: LostHavenPortal.java
===================================================================
--- LostHavenPortal.java	(revision ecf0d63329e9d822bce9e6cf355ef8904c9fb578)
+++ LostHavenPortal.java	(revision 0b6a4fe481fb6ea377b1180f270dc256811be901)
@@ -3,8 +3,4 @@
 import java.util.*;
 import javax.swing.*;
-
-/*
- * This is the main class in the portal project and it creates the gui and starts the thread that handles server communication.
- */
 
 public class LostHavenPortal extends JFrame {
Index: PortalThread.java
===================================================================
--- PortalThread.java	(revision ecf0d63329e9d822bce9e6cf355ef8904c9fb578)
+++ PortalThread.java	(revision 0b6a4fe481fb6ea377b1180f270dc256811be901)
@@ -1,7 +1,4 @@
-import javax.swing.*;
+import javax.swing.JOptionPane;
 
-/*
- * This class processes messages from the server.
- */
 
 public class PortalThread extends Connection {
