From da347dfcfe40114673f2f2832962d5f7ed5d1875 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 17 Jun 2021 04:57:22 +0000
Subject: [PATCH] Kommentare angepasst

---
 src/de/uhilger/httpserver/up/FileUploadIOException.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/de/uhilger/httpserver/up/FileUploadIOException.java b/src/de/uhilger/httpserver/up/FileUploadIOException.java
index 8a96b48..04165b7 100644
--- a/src/de/uhilger/httpserver/up/FileUploadIOException.java
+++ b/src/de/uhilger/httpserver/up/FileUploadIOException.java
@@ -22,8 +22,8 @@
  * Der Lowlevel MultipartParser aus dem Projekt Apache Commons Fileupload 
  * ohne Abhaengigkeiten zum Rest von Commons Fileupload und Commons IO.
  * 
- * This exception is thrown for hiding an inner {@link FileUploadException} in
- * an {@link IOException}.
+ * This exception is thrown for hiding an inner FileUploadException in
+ * an IOException
  */
 public class FileUploadIOException extends IOException {
 

--
Gitblit v1.9.3