Skip to content

Commit

Permalink
Added missing import of java.util.Map
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/branches/camel-2.7.x@1174698 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davsclaus committed Sep 23, 2011
1 parent 0a0d3d8 commit b108046
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@
import java.io.OutputStream;
import java.io.Reader;
import java.io.Writer;
import java.util.Map;
import javax.xml.transform.stream.StreamSource;

import org.apache.camel.Exchange;
Expand Down

0 comments on commit b108046

Please sign in to comment.