Skip to content

Commit

Permalink
Javadoc error fix for new ExecutionEnvironmentDescription constructor
Browse files Browse the repository at this point in the history
See https://download.eclipse.org/eclipse/downloads/drops4/I20230925-1800/compilelogs/jdt.doc.isv.javadoc.txt

../../../eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/environments/ExecutionEnvironmentDescription.java:206:
error: exception not thrown: org.eclipse.core.runtime.CoreException
	 * @throws CoreException if unable to read or parse the file
	           ^

Regression from cc2c11c
  • Loading branch information
iloveeclipse committed Sep 26, 2023
1 parent fa8b42a commit 7811afd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ public ExecutionEnvironmentDescription(File eeFile) throws CoreException {
* defined in <code>https://wiki.eclipse.org/Execution_Environment_Descriptions</code>.
*
* @param eeProperties execution environment description properties
* @throws CoreException if unable to read or parse the file
* @since 3.21
*/
public ExecutionEnvironmentDescription(Map<String, String> eeProperties) {
Expand Down

0 comments on commit 7811afd

Please sign in to comment.