Changes between Initial Version and Version 1 of Ticket #6678, comment 2


Ignore:
Timestamp:
2011-08-26T01:43:39+02:00 (13 years ago)
Author:
simon04

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6678, comment 2

    initial v1  
    11Patch attached. The following keys are ignored for this kind of tag correction (the first two have been there previously):
    22
    3 {{{
     3{{{#!java
    44key.startsWith("name") || key.endsWith("name") || key.equalsIgnoreCase("fixme") || key.startsWith("note")
    55}}}