OpenJDK / jdk / jdk12
changeset 38558:b98ed607dbc9
8157801: spurious > character in the javadoc comment for ModuleEntry.java
Reviewed-by: alanb
author | sundar |
---|---|
date | Wed, 25 May 2016 11:43:57 +0530 |
parents | 5c485e1ea6fa |
children | 6c785f18d28e |
files | jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ModuleEntry.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ModuleEntry.java Wed May 25 03:06:24 2016 +0100 +++ b/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ModuleEntry.java Wed May 25 11:43:57 2016 +0530 @@ -40,7 +40,7 @@ * <li>For jimage content: /{module name}/{package1}/.../{packageN}/{file * name}</li> * <li>For other files (shared lib, launchers, config, ...):/{module name}/ - * {@literal bin|conf|native}/{dir1}>/.../{dirN}/{file name}</li> + * {@literal bin|conf|native}/{dir1}/.../{dirN}/{file name}</li> * </ul> */ public interface ModuleEntry {