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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java61 private StringBuilder filesInfo = new StringBuilder(); field in class:AgentConnection
62 /** MAX size of the filesInfo buffer */
99 return filesInfo.toString();
103 filesInfo = new StringBuilder();
177 if (filesInfo.length() < FILESINFOMAX) {
178 //filesInfo.append(notification.getMessage());
179 filesInfo.append(notification.getUserData().toString());

Completed in 8 milliseconds