blob: 3d60040a0cfdb773612026d6cfdfcb6108c6cd09 [file] [log] [blame]
package org.eclipse.epf.authoring.ui.views;
public abstract class AbstractLocker {
public abstract boolean isLocked(Object selection);
}