You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/08/17 14:50:55 UTC

[camel] branch master updated: [CAMEL-12605] Refactored name and package of AS2 utilities (#2481)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e1fb4e  [CAMEL-12605] Refactored name and package of AS2 utilities (#2481)
6e1fb4e is described below

commit 6e1fb4ee83aef840453588e2e1c5b7db64010227
Author: William Collins <wc...@redhat.com>
AuthorDate: Fri Aug 17 10:50:51 2018 -0400

    [CAMEL-12605] Refactored name and package of AS2 utilities (#2481)
---
 .../org/apache/camel/component/as2/api/{Util.java => util/AS2Utils.java}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/Util.java b/components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/AS2Utils.java
similarity index 100%
rename from components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/Util.java
rename to components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/util/AS2Utils.java