You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2014/04/09 20:54:11 UTC

git commit: Removed empty version.

Repository: camel
Updated Branches:
  refs/heads/master 09bb19851 -> de1985b3d


Removed empty version.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/de1985b3
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/de1985b3
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/de1985b3

Branch: refs/heads/master
Commit: de1985b3dd6eb59c18a9ee7e89ae6107bfbbe032
Parents: 09bb198
Author: Henryk Konsek <he...@gmail.com>
Authored: Wed Apr 9 20:53:54 2014 +0200
Committer: Henryk Konsek <he...@gmail.com>
Committed: Wed Apr 9 20:53:54 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/dataformat/xstream/AbstractXStreamWrapper.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/de1985b3/components/camel-xstream/src/main/java/org/apache/camel/dataformat/xstream/AbstractXStreamWrapper.java
----------------------------------------------------------------------
diff --git a/components/camel-xstream/src/main/java/org/apache/camel/dataformat/xstream/AbstractXStreamWrapper.java b/components/camel-xstream/src/main/java/org/apache/camel/dataformat/xstream/AbstractXStreamWrapper.java
index 3aa8a01..e97c6fb 100644
--- a/components/camel-xstream/src/main/java/org/apache/camel/dataformat/xstream/AbstractXStreamWrapper.java
+++ b/components/camel-xstream/src/main/java/org/apache/camel/dataformat/xstream/AbstractXStreamWrapper.java
@@ -41,8 +41,6 @@ import org.apache.camel.util.ObjectHelper;
 /**
  * An abstract class which implement <a href="http://camel.apache.org/data-format.html">data format</a>
  * ({@link DataFormat}) interface which leverage the XStream library for XML or JSON's marshaling and unmarshaling
- *
- * @version 
  */
 public abstract class AbstractXStreamWrapper implements DataFormat {