From 83896588e20d7e532d0e2fdc17512772c29533a8 Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 04 Jun 2021 12:02:52 +0000 Subject: [PATCH] Kommentare um mit JavaDoc inkompatible Inhalte bereinigt --- src/de/uhilger/httpserver/auth/session/SessionManager.java | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/de/uhilger/httpserver/auth/session/SessionManager.java b/src/de/uhilger/httpserver/auth/session/SessionManager.java index c7c0a66..acadb4a 100644 --- a/src/de/uhilger/httpserver/auth/session/SessionManager.java +++ b/src/de/uhilger/httpserver/auth/session/SessionManager.java @@ -1,5 +1,5 @@ /* - jwtTest - JSON Web Token Testimplementierung + http-auth - Authentication Extensions to jdk.httpserver Copyright (C) 2021 Ulrich Hilger This program is free software: you can redistribute it and/or modify @@ -16,9 +16,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ package de.uhilger.httpserver.auth.session; - + import java.util.Iterator; - + /** * * @author Ulrich Hilger @@ -36,8 +36,4 @@ public Iterator sessions(); - //public void tempSessionEntfernen(String sessionId); - - //public Iterator tempSessions(); - -} +} \ No newline at end of file -- Gitblit v1.9.3