Show StringAttribute.java syntax highlighted
/*
* This file is distributed under the GPL v2 as part of teastats site statistics package
* http://teastats.sourceforge.net
*/
package net.time4tea.webstats.record;
public class StringAttribute extends ObjectAttribute {
public StringAttribute(String name, String value) {
super(name, value);
}
}
See more files for this project here