Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove obsolete key in demo app #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

teras
Copy link

@teras teras commented Nov 11, 2020

Simplify the demo app, right now it hints that a key should be present, while it's not required any more

@jeffque
Copy link

jeffque commented Nov 12, 2020

For curiosity, what is the iml file?


Now I see, it is created by the IDEA Intellij

@jeffque
Copy link

jeffque commented Nov 12, 2020

@otavio , this subproject must imply the same code-style that was enforced on TotalCross/totalcross#105 ?

@@ -6,6 +6,10 @@
public class TCSampleApplication {
public static void main(String[] args) {
TotalCrossApplication.run(
TCSample.class, "/r", "<PLACE YOUR KEY>", "/scr", "iphone");
TCSample.class,"/scr", "iphone"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file beforehand was in a code-style of 2-space indentation, but the new-lines here uses 1-tab indentation.

I think that the project should have a single and coherent code-style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants