source: java/main/src/main/java/com/framsticks/experiment/StandardNetFile.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
File size: 178 bytes
Line 
1package com.framsticks.experiment;
2
3public class StandardNetFile implements NetFile {
4
5        @Override
6        public String getShortDescription() {
7                return "standard.expdef netfile";
8        }
9}
Note: See TracBrowser for help on using the repository browser.