Skip to content

Instantly share code, notes, and snippets.

@typekpb
Created June 11, 2013 16:59
Show Gist options
  • Save typekpb/5758612 to your computer and use it in GitHub Desktop.
Save typekpb/5758612 to your computer and use it in GitHub Desktop.
public class Person {
private String firstName;
private String middleName;
private String surname;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment