summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-08 16:25:15 +0200
committerSimon Rettberg2024-10-08 16:25:15 +0200
commit2199f997cc07f7330077adbfe9fe7341032c661c (patch)
tree0fb9bd81a79a414fc2af80486f125b135fab13bb /src
parent[InstallHttps] Custom dhparam is deprecated (diff)
downloadtmlite-bwlp-2199f997cc07f7330077adbfe9fe7341032c661c.tar.gz
tmlite-bwlp-2199f997cc07f7330077adbfe9fe7341032c661c.tar.xz
tmlite-bwlp-2199f997cc07f7330077adbfe9fe7341032c661c.zip
Fix type
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/openslx/satserver/util/Archive.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/openslx/satserver/util/Archive.java b/src/main/java/org/openslx/satserver/util/Archive.java
index 86b9955..3a285cd 100644
--- a/src/main/java/org/openslx/satserver/util/Archive.java
+++ b/src/main/java/org/openslx/satserver/util/Archive.java
@@ -44,7 +44,7 @@ public class Archive
* @throws ArchiveException
* @throws IllegalArgumentException
*/
- public static ArchiveInputStream getArchiveInputStream( String fileName )
+ public static ArchiveInputStream<? extends ArchiveEntry> getArchiveInputStream( String fileName )
throws FileNotFoundException, ArchiveException, IllegalArgumentException
{
// Get an input stream for the archive handler