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

/opengrok-jel/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 */
100 return filesInfo.toString();
104 filesInfo = new StringBuilder();
178 if (filesInfo.length() < FILESINFOMAX) {
179 //filesInfo.append(notification.getMessage());
180 filesInfo.append(notification.getUserData().toString());

Completed in 8 milliseconds