Searched defs:filesInfo (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java64 private StringBuilder filesInfo = new StringBuilder(); field in class:AgentConnection
65 /** MAX size of the filesInfo buffer */
102 return filesInfo.toString();
106 filesInfo = new StringBuilder();
180 if (filesInfo.length() < FILESINFOMAX) {
181 //filesInfo.append(notification.getMessage());
182 filesInfo.append(notification.getUserData().toString());

Completed in 8 milliseconds