Moving SesSimClassLoader to a pure templated class

This commit is contained in:
2017-11-20 09:50:13 +01:00
parent fe6eae9457
commit 480167b53f
6 changed files with 14 additions and 7 deletions

View File

@ -32,7 +32,7 @@ import sesim.Indicator;
*
* @author tube
*/
public class BaseIndicator implements Indicator{
public abstract class BaseIndicator implements Indicator{
@Override
public String getName() {