Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@avdv
Copy link
Contributor

@avdv avdv commented Apr 28, 2016

Purpose

Fixes scaladoc for deprecated methods.

Before:

Deprecated   (Since version Use WS.stream() instead.) 2.5.0

After:

Deprecated   (Since version 2.5.0) Use WS.stream() instead.

Note, according to git grep -l '@deprecated\s*(\s*"\d' these were the only occurrences.

@benmccann
Copy link
Contributor

Can you send this PR against the master branch instead? We only merge things into other branches after they're in master

@gmethvin
Copy link
Member

@benmccann Actually these methods have been removed in master so sending a PR to 2.5.x is okay here.

@avdv Can you update the ones that say 2.5 to say 2.5.0?

@benmccann
Copy link
Contributor

Ahh, good point. Thanks

The arguments of the @deprecated annotation are reversed in the WS
lib, so the documentation looks a bit funny:

```
Deprecated   (Since version Use WS.stream() instead.) 2.5.0
```
@avdv avdv force-pushed the fix-deprecations branch from 6d95d45 to c7b1134 Compare April 29, 2016 06:18
@avdv
Copy link
Contributor Author

avdv commented Apr 29, 2016

@avdv Can you update the ones that say 2.5 to say 2.5.0?

Sure thing. Done.

@gmethvin gmethvin merged commit b900143 into playframework:2.5.x Apr 29, 2016
@avdv avdv deleted the fix-deprecations branch April 29, 2016 12:54
@mkurz mkurz added this to the 2.5.4 milestone Jun 2, 2016
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.

4 participants