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

Move isEffect to WeatherEffect, add setEffect #362

Closed
wants to merge 5 commits into from
Closed

Move isEffect to WeatherEffect, add setEffect #362

wants to merge 5 commits into from

Conversation

JonathanBrouwer
Copy link

*
* @return Whether this strike is an effect
*/
boolean isEffect();
Copy link
Contributor

Choose a reason for hiding this comment

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

Indentation is wrong here.

Copy link
Contributor

Choose a reason for hiding this comment

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

javadocs also mention lightning instead of weathereffect

@@ -30,5 +30,18 @@
* Represents weather, such as {@link Lightning}.
*/
public interface WeatherEffect extends Entity {


Copy link
Contributor

Choose a reason for hiding this comment

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

You pasted spaces in here. (Hover the line, then you see it.)

@gabizou
Copy link
Member

gabizou commented Jan 3, 2015

Adding to OCD list.

@gabizou gabizou closed this Jan 3, 2015
@JonathanBrouwer
Copy link
Author

Is this a minor issue?

@Deamon5550
Copy link
Contributor

I'd suggest you give the Contribution guidelines a read. Specifically to take note of this piece:

Please don’t submit pull request for small changes under 20 lines. Instead, join #spongedev on IRC (irc.esper.net) and we’ll change it together with the other smaller changes.

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.

5 participants