X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbackend%2FTSessionInfo.java;h=ccddce4c9ecc87059b4b7999e5d32af2e85db12e;hb=9892fdaafb368227aa9630ab3abe6ed10bb1d001;hp=63c12f565a9c24f63d6846ca92a09c4cdce77b45;hpb=d6ee0801333ff93dffd851f4c1a44519c96c371d;p=fanfix.git diff --git a/src/jexer/backend/TSessionInfo.java b/src/jexer/backend/TSessionInfo.java index 63c12f5..ccddce4 100644 --- a/src/jexer/backend/TSessionInfo.java +++ b/src/jexer/backend/TSessionInfo.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"), @@ -32,7 +32,7 @@ package jexer.backend; * TSessionInfo provides a default session implementation. The username is * blank, language is "en_US", with a 80x24 text window. */ -public final class TSessionInfo implements SessionInfo { +public class TSessionInfo implements SessionInfo { // ------------------------------------------------------------------------ // Variables --------------------------------------------------------------