blob: e18fb5d070247ad4aceef554193ec7f17d40c8d3 [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml;
public class Address {
public String lines;
public String city;
public String state;
public String postal;
}