#16245 fix formatting and delete usages of diamond operator

This commit is contained in:
tomekl007 2014-11-20 16:57:49 +01:00
parent 7cd4a68cee
commit c191fc58dc
6 changed files with 29 additions and 29 deletions

View file

@ -13,8 +13,8 @@ import scala.PartialFunction;
*
* @param <I> the input type, that this PartialFunction will be applied to
* @param <R> the return type, that the results of the application will have
* <p>
* This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
*
* This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
*/
public class Match<I, R> extends AbstractMatch<I, R> {