Skip to content

Commit

Permalink
Minor update to javadoc on javax rename
Browse files Browse the repository at this point in the history
Signed-off-by: David Blevins <david.blevins@gmail.com>
  • Loading branch information
dblevins committed Aug 29, 2020
1 parent 4b49b49 commit e97c3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/atinject/tck/Tck.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
* your IDE or JUnit's command line runner:
*
* <pre>
* java -cp javax.inject-tck.jar:junit.jar:myinjector.jar \
* java -cp jakarta.inject-tck.jar:junit.jar:myinjector.jar \
* junit.textui.TestRunner MyTck</pre>
*/
public class Tck {
Expand Down

0 comments on commit e97c3e8

Please sign in to comment.