package org.eclipse.ptp.internal.remote.terminal; import java.util.ArrayList; public class ProjectDB { static ArrayList prjDB = new ArrayList(); }