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

git commit: [flex-utilities] [refs/heads/develop] - break up long line

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 68e4e93ac -> 3120e2ba6


break up long line


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3120e2ba
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3120e2ba
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3120e2ba

Branch: refs/heads/develop
Commit: 3120e2ba62de0f38ebaa2fa4018bec255cf74e19
Parents: 68e4e93
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Nov 15 17:09:10 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Nov 15 17:09:10 2014 +1100

----------------------------------------------------------------------
 flex-tool-api/README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3120e2ba/flex-tool-api/README
----------------------------------------------------------------------
diff --git a/flex-tool-api/README b/flex-tool-api/README
index 9f3d0f4..db05906 100644
--- a/flex-tool-api/README
+++ b/flex-tool-api/README
@@ -7,7 +7,8 @@ Apache Flex Tool API
     It provides:
     - The FlexToolGroup and FlexTool interfaces.
     - A convenience AbstractFlexToolGroup class implementing all the FlexToolGroup methods.
-    - A FlexToolRegistry class using Java's ServiceLoader mechanism to find on loading the FlexToolGroup instance.
+    - A FlexToolRegistry class using Java's ServiceLoader mechanism to find on loading
+      the FlexToolGroup instance.
 
 Getting the latest sources via Git
 ==================================