Skip to content

Commit ba14f5d

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of ui/org.eclipse.pde.core
1 parent e1f9a95 commit ba14f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature

ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/IFeature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ public interface IFeature extends IFeatureObject, IVersionable, IEnvironment {
258258
void setApplication(String value) throws CoreException;
259259

260260
boolean isValid();
261-
261+
262262
public boolean isIncludingSources();
263-
263+
264264
void setIncludingSources(boolean b);
265265

266266
public void swap(IFeatureChild feature1, IFeatureChild feature2);

0 commit comments

Comments
 (0)