Created
February 1, 2013 17:55
-
-
Save tophyr/4692903 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
-compile: | |
[javac] Compiling 287 source files to /opt/jenkins/workspace/Ink_Android/Ink/bin/classes | |
[javac] /opt/jenkins/workspace/Ink_Android/Ink/src/com/tophyr/PurchaseEnvelopesFragment.java:34: cannot find symbol | |
[javac] symbol : class IPurchaseEnvelopesContainer | |
[javac] location: class com.tophyr.PurchaseEnvelopesFragment | |
[javac] public interface IPurchaseCredits extends IPurchaseEnvelopesContainer { | |
[javac] ^ |
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
import com.tophyr.ManageAccountFragment.IPurchaseEnvelopesContainer; | |
public class PurchaseEnvelopesFragment extends DialogFragment implements OnClickListener { | |
public interface IPurchaseCredits extends IPurchaseEnvelopesContainer { | |
public void creditsPurchased(Parcelable lPunk); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment