X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fdemos%2FDemo1.java;h=97088d215fcb7c228f6a065c1cb86cfec188f9b4;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=1efe89f17b0db3d134f2f5918b12d2715153c49e;hpb=55d2b2c2b29ce51f4f910448a115073371deeae8;p=nikiroo-utils.git diff --git a/src/jexer/demos/Demo1.java b/src/jexer/demos/Demo1.java index 1efe89f..97088d2 100644 --- a/src/jexer/demos/Demo1.java +++ b/src/jexer/demos/Demo1.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 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"), @@ -35,6 +35,7 @@ import jexer.TApplication; * capabilities. */ public class Demo1 { + /** * Main entry point. *