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 */