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/ItemSkippedException.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/de/uhilger/httpserver/up/ItemSkippedException.java b/src/de/uhilger/httpserver/up/ItemSkippedException.java index e82dd0b..2f1618c 100644 --- a/src/de/uhilger/httpserver/up/ItemSkippedException.java +++ b/src/de/uhilger/httpserver/up/ItemSkippedException.java @@ -23,10 +23,10 @@ * ohne Abhaengigkeiten zum Rest von Commons Fileupload und Commons IO. * * This exception is thrown, if an attempt is made to read data from the - * {@link InputStream}, which has been returned by - * {@link FileItemStream#openStream()}, after - * {@link java.util.Iterator#hasNext()} has been invoked on the iterator, which - * created the {@link FileItemStream}. + * InputStream, which has been returned by + * FileItemStream#openStream(), after + * java.util.Iterator#hasNext() has been invoked on the iterator, which + * created the FileItemStream. */ public class ItemSkippedException extends IOException { -- Gitblit v1.9.3