Parent Directory
|
Revision Log
Reorgnaized ServerList classes in schmitzm a bit
1 | alfonx | 1292 | package skrueger; |
2 | |||
3 | import java.util.ArrayList; | ||
4 | |||
5 | abstract public class AbstractSeverList<T> extends ArrayList<T> implements ServerList{ | ||
6 | /** | ||
7 | * Character used to separate the parameters when serializing settings to a | ||
8 | * String | ||
9 | */ | ||
10 | public static final String DELIMITER = "@"; | ||
11 | |||
12 | } |
Name | Value |
---|---|
svn:mime-type | text/plain |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |