]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
Continued:
[core.git] / inc / main / classes / output / debug / console / class_DebugConsoleOutput.php
index 8ab0887b03b17de6e60370bbf79d5867e526c59e..181248fec47507b2b233ee7803f1ec2fef602d96 100644 (file)
@@ -3,7 +3,10 @@
 namespace CoreFramework\Debug\Output;
 
 // Import framework stuff
+use CoreFramework\Debug\Debugger;
+use CoreFramework\Output\Debug\BaseDebugOutput;
 use CoreFramework\Registry\Registerable;
+use CoreFramework\Stream\Output\OutputStreamer;
 
 /**
  * A debug output class for the console (e.g. hub software)
@@ -136,7 +139,5 @@ class DebugConsoleOutput extends BaseDebugOutput implements Debugger, OutputStre
        public function size () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}