X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FAWTConsole.java;h=6698414784ce7b26ae0eea85d3551ce16d6f41a2;hb=2467c106c4be8b70f244a160739be63efc6b58ea;hp=5f6ece12b99eb9e644e0a98701af3f75a0a00087;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/util/AWTConsole.java b/src/jalview/util/AWTConsole.java index 5f6ece1..6698414 100644 --- a/src/jalview/util/AWTConsole.java +++ b/src/jalview/util/AWTConsole.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -48,8 +48,8 @@ import java.io.PipedInputStream; import java.io.PipedOutputStream; import java.io.PrintStream; -public class AWTConsole extends WindowAdapter implements WindowListener, - ActionListener, Runnable +public class AWTConsole extends WindowAdapter + implements WindowListener, ActionListener, Runnable { private Frame frame;