Project

General

Profile

« Previous | Next » 

Revision 56766

Cleaning up the code

View differences:

Timezone.java
3 3
import com.google.gwt.user.client.rpc.IsSerializable;
4 4

  
5 5
public class Timezone implements IsSerializable {
6
	public String name;
7
	public double offset;
6
	private String name;
7
	private double offset;
8 8

  
9 9
	public Timezone(){
10 10
	}

Also available in: Unified diff