X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbackend%2FSwingSessionInfo.java;h=28668fd346d7012000a6887e54fac459bf1d04ea;hb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;hp=6d1c644fd5498ad571031fbe8830a8a81985288b;hpb=d625990deaa2c24624adc9fbd3fcab58891f5aef;p=fanfix.git diff --git a/src/jexer/backend/SwingSessionInfo.java b/src/jexer/backend/SwingSessionInfo.java index 6d1c644..28668fd 100644 --- a/src/jexer/backend/SwingSessionInfo.java +++ b/src/jexer/backend/SwingSessionInfo.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -187,7 +187,6 @@ public class SwingSessionInfo implements SessionInfo { swing.getWidth(), swing.getHeight(), windowWidth, windowHeight); */ - } // ------------------------------------------------------------------------