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

Fix javadocs for MessageSinks#combined and MessageSinkFactory#combined #727

Closed
wants to merge 1 commit into from

Conversation

RobertHerhold
Copy link

  • Change transform --> transformMessage
  • Change occasional sink (array) --> sinks

@me4502
Copy link
Contributor

me4502 commented Jun 23, 2015

I see no reason not to merge this PR.
@SpongePowered/developers ?

@simon816
Copy link
Contributor

This really belongs in the minor issues list.

Looks fine to me

@gabizou
Copy link
Member

gabizou commented Jun 23, 2015

Move this to the OCD issue #221 and we'll take care of it when someone makes another pass before next release.

@gabizou gabizou closed this Jun 23, 2015
simon816 added a commit that referenced this pull request Jul 13, 2015
 * GenericArguments.none() should return a static CommandElement instead of rebuilding it every time.
 * GameMode javadoc uses fully qualified link to Player
 * Ban.User#getUser wrong return type
 * Some method declarations in DataHolder are generic although they don't have to. This leads to worse usability / more raw casts.
 * Documentation for Direction#getClosest(Vector3d) is incorrect
 * Clean up some javadocs for MessageSinks#combined and MessageSinkFactory#combined. See #727
 * CommandFlags:161 should be marked with $FALL-THROUGH$
 * ItemStackBuilder#fromItemStack should not create a new builder
 * DisplacementProperty has wrong javadocs.
 * PlayerResourcePackStatusEvent is in the wrong package should be in api.event.entity.player not api.event.entity.living.player
 * Don't define the kick message
 * SpongeEventFactory:1893 and SpongeEventFactory:1907 should be 'Creates' not 'Create'
 * GameMode would be better suited in the org.spongepowered.api.data.type package.
 * ProjectileSource should return Optional<Projectile> in case it was not spawned.
 * UnknownProjectileSource could be a singleton, ProjectileSource.UNKNOWN
 * AbstractInventoryProperty could extend AbstractProperty.
 * Methods from Preconditions should be imported statically
 * interactBlock should take a Direction parameter.
 * Fix some raw types and @SuppressWarnings
simon816 added a commit that referenced this pull request Jul 13, 2015
 * GenericArguments.none() should return a static CommandElement instead of rebuilding it every time.
 * GameMode javadoc uses fully qualified link to Player
 * Ban.User#getUser wrong return type
 * Documentation for Direction#getClosest(Vector3d) is incorrect
 * Clean up some javadocs for MessageSinks#combined and MessageSinkFactory#combined. See #727
 * CommandFlags:161 should be marked with $FALL-THROUGH$
 * ItemStackBuilder#fromItemStack should not create a new builder
 * DisplacementProperty has wrong javadocs.
 * PlayerResourcePackStatusEvent is in the wrong package should be in api.event.entity.player not api.event.entity.living.player
 * Don't define the kick message
 * SpongeEventFactory:1893 and SpongeEventFactory:1907 should be 'Creates' not 'Create'
 * ProjectileSource should return Optional<Projectile> in case it was not spawned.
 * UnknownProjectileSource could be a singleton, ProjectileSource.UNKNOWN
 * AbstractInventoryProperty could extend AbstractProperty.
 * Methods from Preconditions should be imported statically
 * interactBlock should take a Direction parameter.
 * Fix some raw types and @SuppressWarnings
simon816 added a commit that referenced this pull request Jul 13, 2015
 * GenericArguments.none() should return a static CommandElement instead of rebuilding it every time.
 * Ban.User#getUser wrong return type
 * Documentation for Direction#getClosest(Vector3d) is incorrect
 * Clean up some javadocs for MessageSinks#combined and MessageSinkFactory#combined. See #727
 * CommandFlags:161 should be marked with $FALL-THROUGH$
 * ItemStackBuilder#fromItemStack should not create a new builder
 * DisplacementProperty has wrong javadocs.
 * PlayerResourcePackStatusEvent is in the wrong package should be in api.event.entity.player not api.event.entity.living.player
 * Don't define the kick message
 * SpongeEventFactory:1893 and SpongeEventFactory:1907 should be 'Creates' not 'Create'
 * ProjectileSource should return Optional<Projectile> in case it was not spawned.
 * UnknownProjectileSource could be a singleton, ProjectileSource.UNKNOWN
 * Methods from Preconditions should be imported statically
 * interactBlock should take a Direction parameter.
 * Fix some raw types and @SuppressWarnings
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.

None yet

4 participants