Show Region.java syntax highlighted
/*
* This file is distributed under the GPL v2 as part of teastats site statistics package
* http://teastats.sourceforge.net
*/
package com.maxmind.geoip;
public class Region {
public String countryCode;
public String countryName;
public String region;
}
See more files for this project here