【发布时间】:2011-03-11 00:25:18
【问题描述】:
我想通过eclipse在多个文件中搜索以下两行:
@Length(max = L_255)
private String description;
并用这两个替换它们:
@Length(max = L_255, message="{validator.description.len}")
private String description;
【问题讨论】:
-
将该行作为代码显示它在 2 行上。 CTRL+H 不允许我添加 2 行进行搜索和替换