Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ public interface IFeature extends IFeatureObject, IVersionable, IEnvironment {
void setApplication(String value) throws CoreException;

boolean isValid();

public boolean isIncludingSources();

void setIncludingSources(boolean b);

public void swap(IFeatureChild feature1, IFeatureChild feature2);
Expand Down
Loading