package com.framsticks.experiment; public class StandardNetFile implements NetFile { @Override public String getShortDescription() { return "standard.expdef netfile"; } }