Created
June 26, 2010 09:14
-
-
Save making/453920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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