From 196d7fa7e7955676387011f7f027737940c416dc Mon Sep 17 00:00:00 2001 From: Hakan Date: Mon, 14 Mar 2022 19:57:51 +0100 Subject: [PATCH] Fix JavaDoc convention issue in OSFileNotFoundException.java --- .../main/java/ghidra/framework/OSFileNotFoundException.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ghidra/Framework/Generic/src/main/java/ghidra/framework/OSFileNotFoundException.java b/Ghidra/Framework/Generic/src/main/java/ghidra/framework/OSFileNotFoundException.java index 61ea8d0762..d552f95ada 100644 --- a/Ghidra/Framework/Generic/src/main/java/ghidra/framework/OSFileNotFoundException.java +++ b/Ghidra/Framework/Generic/src/main/java/ghidra/framework/OSFileNotFoundException.java @@ -69,7 +69,8 @@ public class OSFileNotFoundException extends FileNotFoundException { this(Platform.CURRENT_PLATFORM, null, fileName); } - /** Gets the {@link Platform} associated with this exception + /** + * Gets the {@link Platform} associated with this exception * * @return The {@link Platform} associated with this exception */