#16245 fix formatting and delete usages of diamond operator
This commit is contained in:
parent
7cd4a68cee
commit
c191fc58dc
6 changed files with 29 additions and 29 deletions
|
|
@ -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> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue