You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by kj <ke...@it.fts-vn.com> on 2004/12/22 12:14:26 UTC

[Patch] Change to one of the MSVSS methods

A small change to reduce the complexity of the code (at least according
to PMD).

- only one return
- explicitly uses MSVSSConstants

I was actually looking for a bug (#20128) as I thought it'd be a trivial
fix, but I couldn't find it and got distracted by this.

Kev