make method private

This commit is contained in:
zzz
2020-08-19 18:52:18 +00:00
parent cc6247fe7e
commit 046d1e01b0

View File

@ -114,7 +114,8 @@ public class HomeHelper extends HelperBase {
return _context.getBooleanProperty(PROP_SEARCH);
}
public String topWrap(String headline){
/** @since 0.9.47 */
private String topWrap(String headline) {
String str = "<div class=\"ag2\">\n" +
"<h4 class=\"app\">" +
_t(headline) +