minor formatting stuff
This commit is contained in:
parent
d2ce49b6ef
commit
9edd9cf670
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
// ServletClient.java
|
||||
// AcmeServletClient.java
|
||||
// Copyright (c) Hannes Wallnoefer, Raphael Spannocchi 1998-2000
|
||||
|
||||
/* Portierung von helma.asp.AspClient auf Servlets */
|
||||
|
@ -16,7 +16,7 @@ import helma.objectmodel.Node;
|
|||
import helma.util.Uploader;
|
||||
|
||||
/**
|
||||
* This is the HOP servlet adapter that uses the Acme servlet API clone and communicates
|
||||
* This is the Hop servlet adapter that uses the Acme servlet API clone and communicates
|
||||
* directly with hop applications instead of using RMI.
|
||||
*/
|
||||
|
||||
|
@ -182,7 +182,7 @@ public class AcmeServletClient extends HttpServlet{
|
|||
try {
|
||||
res.sendRedirect(url);
|
||||
} catch (Exception e) {
|
||||
System.err.println ("Exception bei redirect: " + e + e.getMessage());
|
||||
System.err.println ("Exception in redirect: " + e + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue