Skip to content

Commit b6ca5ab

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of ds/org.eclipse.pde.ds.annotations.tests
1 parent 9e15ae5 commit b6ca5ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ds/org.eclipse.pde.ds.annotations.tests/src/org/eclipse/pde/ds/internal/annotations/tests/AllDSAnnotationsTests.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {
103103

104104
private static void copyResources(Bundle bundle, String srcPath, Path targetPath) throws IOException {
105105
Enumeration<String> projectPaths = bundle.getEntryPaths(srcPath);
106-
if (projectPaths == null)
106+
if (projectPaths == null) {
107107
return;
108+
}
108109

109110
while (projectPaths.hasMoreElements()) {
110111
String entry = projectPaths.nextElement();

0 commit comments

Comments
 (0)