forked from I2P_Developers/i2p.i2p
make method private
This commit is contained in:
@ -114,7 +114,8 @@ public class HomeHelper extends HelperBase {
|
|||||||
return _context.getBooleanProperty(PROP_SEARCH);
|
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" +
|
String str = "<div class=\"ag2\">\n" +
|
||||||
"<h4 class=\"app\">" +
|
"<h4 class=\"app\">" +
|
||||||
_t(headline) +
|
_t(headline) +
|
||||||
|
Reference in New Issue
Block a user