blob: 636c8d1571cff0627f138557074da79f53d6c010 [file] [log] [blame]
package org.eclipse.jdt.internal.core;
import org.eclipse.jdt.core.compiler.IProblem;
import org.eclipse.jdt.internal.compiler.*;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public class WorkingCopyElementInfo extends CompilationUnitElementInfo {
IProblem[] problems;
}