[ 
https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629088#action_12629088
 ] 

Paul Elschot commented on LUCENE-1378:
--------------------------------------

The patch of 20080907 has some commented code added in SweetSpotSimilarityTest, 
probably unwanted.
Also, author lines are replaced by emty comment lines, perhaps it's better 
remove these lines completely. I didn't see any place where that could go wrong 
by changing the perl substitute command to do so, and the compiler would find 
such possible comment errors anyway.


> Remove remaining @author references
> -----------------------------------
>
>                 Key: LUCENE-1378
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1378
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Otis Gospodnetic
>            Priority: Trivial
>             Fix For: 2.4
>
>         Attachments: LUCENE-1378.patch
>
>
> $ find . -name \*.java | xargs grep '@author' | cut -d':' -f1 | xargs perl 
> -pi -e 's/ [EMAIL PROTECTED]//'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to