You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2013/09/12 21:54:14 UTC

[2/3] git commit: Removed extra line break

Removed extra line break


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/5565365d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/5565365d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/5565365d

Branch: refs/heads/253-parseversion
Commit: 5565365d124303b698bfe5284ad14741dbfe9fa2
Parents: 35cb183
Author: Ignasi Barrera <na...@apache.org>
Authored: Wed Sep 11 00:12:26 2013 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Sep 11 00:12:26 2013 +0200

----------------------------------------------------------------------
 core/src/main/java/org/jclouds/chef/config/ChefParserModule.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/5565365d/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java b/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
index a1012c0..67dd35a 100644
--- a/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
+++ b/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
@@ -252,8 +252,7 @@ public class ChefParserModule extends AbstractModule {
             K name = keyAdapter.read(in);
             V value = valueAdapter.read(in);
             if (value != null) {
-               // If there are repeated keys, overwrite them to only keep the
-               // last one
+               // If there are repeated keys, overwrite them to only keep the last one
                result.put(name, value);
             }
          }