Here you can find the source of getLessThanOneMinuteAgoRendering()
private static String getLessThanOneMinuteAgoRendering()
//package com.java2s; public class Main { private static String getLessThanOneMinuteAgoRendering() { return "Less than one minute ago"; }/*from w w w . ja va2 s .c om*/ }