You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/12/02 12:14:40 UTC

[sling-org-apache-sling-testing-paxexam] 03/05: style

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git

commit 543c045777bb58c32aefee18ddeb3f577b37f503
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 2 12:07:08 2018 +0100

    style
---
 src/main/java/org/apache/sling/testing/paxexam/TestSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java b/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
index 35a12ce..d21eaf4 100644
--- a/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
+++ b/src/main/java/org/apache/sling/testing/paxexam/TestSupport.java
@@ -100,7 +100,7 @@ public abstract class TestSupport {
         return bundle(file.toURI().toString());
     }
 
-    protected Option buildBundleWithBnd(Class... classes) {
+    protected Option buildBundleWithBnd(final Class... classes) {
         final TinyBundle bundle = org.ops4j.pax.tinybundles.core.TinyBundles.bundle();
         for (final Class clazz : classes) {
             bundle.add(clazz);