Skip to content

Instantly share code, notes, and snippets.

@making
Created June 26, 2010 09:14
Show Gist options
  • Save making/453920 to your computer and use it in GitHub Desktop.
Save making/453920 to your computer and use it in GitHub Desktop.
package hoge;
public final class Hoge
{
public final Object x;
public final Object y;
public final Object z;
public Hoge(Object paramObject1, Object paramObject2, Object paramObject3)
{
this.x = paramObject1; this.y = paramObject2; this.z = paramObject3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment