From 1515c6a2074bad34ae1483f1e57dd1e761ab8641 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 Apr 2000 19:41:31 +0000 Subject: Portlint, deinstall cleanly, and put the .jar files where they belong. PR: 17835 Submitted by: Palle Girgensohn --- www/apache-jserv/files/patch-af | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache-jserv/files/patch-af') diff --git a/www/apache-jserv/files/patch-af b/www/apache-jserv/files/patch-af index 6e055125da78..69c4bf4f09c9 100644 --- a/www/apache-jserv/files/patch-af +++ b/www/apache-jserv/files/patch-af @@ -16,7 +16,7 @@ + i += size; + } + stream.close(); -+ return new ByteArrayInputStream(data);; ++ return new ByteArrayInputStream(data); } else { return null; } -- cgit v1.2.3