private NodeManager nodeManager;
/** Request lists for all nodes. */
- @SuppressWarnings("unused")
private Map<Node, Map<String, Request>> nodeRequests = Collections.synchronizedMap(new HashMap<Node, Map<String, Request>>());
//
* @param logRecord
* The log record to add
*/
- @SuppressWarnings("synthetic-access")
public synchronized void addLogRecord(LogRecord logRecord) {
logRecords.add(logRecord);
fireTableRowsInserted(logRecords.size() - 1, logRecords.size() - 1);
public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
/** Logger. */
- @SuppressWarnings("unused")
private static final Logger logger = Logging.getLogger(ProjectPanel.class.getName());
/** The Swing interface. */
/**
* {@inheritDoc}
*/
- @SuppressWarnings("synthetic-access")
public void actionPerformed(ActionEvent actionEvent) {
changeBasePath();
}