From 5ec9820ded4e5cda979f8c1d8799ffdb131b9681 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 14 Apr 2010 00:41:00 +0000 Subject: [PATCH] removed unintentional sun.tools import --- .../xml/transformer/DefaultTransformerConfigurer.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/transformer/DefaultTransformerConfigurer.java b/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/transformer/DefaultTransformerConfigurer.java index 46064e9da6..eabc56fda8 100644 --- a/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/transformer/DefaultTransformerConfigurer.java +++ b/org.springframework.integration.xml/src/main/java/org/springframework/integration/xml/transformer/DefaultTransformerConfigurer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2008 the original author or authors. + * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,8 +23,6 @@ import javax.xml.transform.Transformer; import org.springframework.integration.core.Message; import org.springframework.integration.core.MessageHeaders; -import sun.tools.tree.OrExpression; - /** * {@link TransformerConfigurer} instance which looks for headers and uses them * to configure the provided {@link Transformer} instance. For example a header