Author: kwilliams
Date: Fri May 23 09:26:51 2008
New Revision: 659584
URL: http://svn.apache.org/viewvc?rev=659584&view=rev
Log:
Updates to comment processor
Modified:
incubator/tuscany/java/sca/vtest/java-api/processcomments.rb
Modified: incubator/tuscany/java/sca/vtest/java-api/processcomments.rb
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/vtest/java-api/processcomments.rb?rev=659584&r1=659583&r2=659584&view=diff
==============================================================================
--- incubator/tuscany/java/sca/vtest/java-api/processcomments.rb (original)
+++ incubator/tuscany/java/sca/vtest/java-api/processcomments.rb Fri May 23
09:26:51 2008
@@ -24,7 +24,8 @@
def name
regex = /void\s*\S*\(\) /
- @text[regex]
+ str = @text[regex]
+ str.sub(/void/, '')
end
def init_lines_tested