stevel 2003/01/16 15:54:25
Modified: java/src/org/apache/axis/transport/http AxisServlet.java
Log:
adding a space to the message
Revision Changes Path
1.156 +1 -1
xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
Index: AxisServlet.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- AxisServlet.java 15 Jan 2003 23:31:51 -0000 1.155
+++ AxisServlet.java 16 Jan 2003 23:54:25 -0000 1.156
@@ -616,7 +616,7 @@
writer.println("<h2>" +
Messages.getMessage("error00") +
"</h2>");
- writer.println("<p><i>?list</i>" +
+ writer.println("<p><i>?list</i> " +
Messages.getMessage("disabled00") +
"</p>");
}
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- RE: cvs commit: xml-axis/java/src/org/apache/axis/transport... Glen Daniels
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
