]> git.mxchange.org Git - jcore.git/blobdiff - src/org/mxchange/jcore/client/gui/ClientFrame.java
Added Boolean type
[jcore.git] / src / org / mxchange / jcore / client / gui / ClientFrame.java
index d769cc9adb96706c70775a45791859038857860b..8674d68976fd221f63a2cf75504c3494238d92a2 100644 (file)
@@ -60,9 +60,7 @@ public interface ClientFrame extends FrameworkInterface {
        /**
         * Initializes frame
         *
-        * @throws
-        * org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If
-        * this method has been called twice
+        * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If  this method has been called twice
         */
        public void init () throws FrameAlreadyInitializedException;