]> git.mxchange.org Git - jcore-swing.git/blobdiff - src/org/mxchange/jcoreswing/model/Model.java
Updated copyright year
[jcore-swing.git] / src / org / mxchange / jcoreswing / model / Model.java
index 2d7e29fc5da0bdde8cfc42c2f9db6c1d74459768..1f1c476aece089e0a451d91a0b06f8d3a0abe508 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jcore.FrameworkInterface;
 /**
  * A general interface for models
  * <p>
- * @author Roland Haeder
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Model extends FrameworkInterface {
 
@@ -54,4 +54,5 @@ public interface Model extends FrameworkInterface {
         * @param listener Listener instance
         */
        void removeTableModelListener (final TableModelListener listener);
+
 }