Skip to content

Commit

Permalink
Add JEP links
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed May 27, 2021
1 parent dddc0ee commit 3a9b550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -15,7 +15,8 @@
import static org.jacoco.core.test.validation.targets.Stubs.nop;

/**
* This target exercises pattern matching for instanceof (JEP 305).
* This target exercises pattern matching for instanceof
* (<a href="https://openjdk.java.net/jeps/394">JEP 394</a>).
*/
public class InstanceofTarget {

Expand Down
Expand Up @@ -13,7 +13,8 @@
package org.jacoco.core.test.validation.java16.targets;

/**
* This target exercises records.
* This target exercises records
* (<a href="https://openjdk.java.net/jeps/395">JEP 395</a>).
*/
public class RecordsTarget {

Expand Down

0 comments on commit 3a9b550

Please sign in to comment.