You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/12/12 02:14:50 UTC

groovy git commit: Fix invalid comment

Repository: groovy
Updated Branches:
  refs/heads/master 9f7783de7 -> 392d3ac4b


Fix invalid comment


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

Branch: refs/heads/master
Commit: 392d3ac4b46bf872317fe77587c9cf0b9afd2194
Parents: 9f7783d
Author: sunlan <su...@apache.org>
Authored: Tue Dec 12 10:14:38 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Dec 12 10:14:38 2017 +0800

----------------------------------------------------------------------
 .../META-INF/services/org.codehaus.groovy.runtime.ExtensionModule  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/392d3ac4/src/test-fixtures/extmodule/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
----------------------------------------------------------------------
diff --git a/src/test-fixtures/extmodule/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule b/src/test-fixtures/extmodule/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
index 587f7ff..4e9206b 100644
--- a/src/test-fixtures/extmodule/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
+++ b/src/test-fixtures/extmodule/src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-// This file is used to test the extension module framework
+# This file is used to test the extension module framework
 moduleName=Test module for Grab
 moduleVersion=1.3
 extensionClasses=org.codehaus.groovy.runtime.m12n.TestStringExtension2,org.codehaus.groovy.runtime.m12n.TestMapExtension,org.codehaus.groovy.runtime.m12n.Groovy7225Extension