mirror of https://github.com/apache/archiva.git
Fixing JDK 1.5 specific usage of JspWriter, in favor of JDK 1.4 usage.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
17e3dd1d76
commit
ffa63bbba5
|
@ -190,7 +190,7 @@ public class DependencyTreeTag
|
|||
{
|
||||
try
|
||||
{
|
||||
pageContext.getOut().append( msg );
|
||||
pageContext.getOut().print( msg );
|
||||
}
|
||||
catch ( IOException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue