From f7f7656f81f9a84f92920492ab619accfaeb1ccf Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 14 Sep 2020 08:23:26 -0600 Subject: Fix incorrect HTML entities in javadoc comments --- .../src/main/java/org/aspectj/ajde/core/IOutputLocationManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ajde.core/src') diff --git a/ajde.core/src/main/java/org/aspectj/ajde/core/IOutputLocationManager.java b/ajde.core/src/main/java/org/aspectj/ajde/core/IOutputLocationManager.java index 41b921bbf..270d47038 100644 --- a/ajde.core/src/main/java/org/aspectj/ajde/core/IOutputLocationManager.java +++ b/ajde.core/src/main/java/org/aspectj/ajde/core/IOutputLocationManager.java @@ -55,7 +55,7 @@ public interface IOutputLocationManager { List getAllOutputLocations(); /** - * Return the default output location (for example, /bin). This is where classes which are on the inpath will be + * Return the default output location (for example, <my_project>/bin). This is where classes which are on the inpath will be * placed. */ File getDefaultOutputLocation(); @@ -70,7 +70,7 @@ public interface IOutputLocationManager { void reportFileWrite(String outputfile, int fileType); /** - * @return a Map from inpath absolute paths to handle components + * @return a Map<File,String> from inpath absolute paths to handle components */ Map getInpathMap(); -- cgit v1.2.3