Ruby comments are not same as C/C++/Java ones.
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/fe619882 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/fe619882 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/fe619882 Branch: refs/heads/develop Commit: fe619882c34b3e09044cd0a6354743b93952027d Parents: 18b26ff Author: Niclas Hedhman <[email protected]> Authored: Wed Jun 10 12:19:20 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Wed Jun 10 12:19:20 2015 +0800 ---------------------------------------------------------------------- .../org/qi4j/lang/jruby/MyDomainType.rb | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/fe619882/libraries/lang-jruby/src/test/resources/org/qi4j/lang/jruby/MyDomainType.rb ---------------------------------------------------------------------- diff --git a/libraries/lang-jruby/src/test/resources/org/qi4j/lang/jruby/MyDomainType.rb b/libraries/lang-jruby/src/test/resources/org/qi4j/lang/jruby/MyDomainType.rb index bc75807..a3a8a52 100644 --- a/libraries/lang-jruby/src/test/resources/org/qi4j/lang/jruby/MyDomainType.rb +++ b/libraries/lang-jruby/src/test/resources/org/qi4j/lang/jruby/MyDomainType.rb @@ -1,14 +1,14 @@ -/* - * Copyright 2007 Rickard Oberg - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * 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. -*/ +# +# Copyright 2007 Rickard Oberg +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. +# class MyDomainType def do1
