]
Rostislav Svoboda updated JBWS-3951:
------------------------------------
Assignee: Alessio Soldano
jbossws-common-tools - BuildFileTest - same branches in if-then-else
--------------------------------------------------------------------
Key: JBWS-3951
URL:
https://issues.jboss.org/browse/JBWS-3951
Project: JBoss Web Services
Issue Type: Bug
Reporter: Rostislav Svoboda
Assignee: Alessio Soldano
Priority: Minor
https://github.com/jbossws/jbossws-common-tools/blob/master/src/test/java...
{code}
if (!cr) {
cleanedBuffer.append(ch);
} else {
cleanedBuffer.append(ch);
}
{code}
Probably typo ?