Cosmetic fixes

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@808352 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
index d590fe5..d979768 100644
--- a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
+++ b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/annotations/Component.java
@@ -1,4 +1,4 @@
-/*

+/* 

  * Licensed to the Apache Software Foundation (ASF) under one

  * or more contributor license agreements.  See the NOTICE file

  * distributed with this work for additional information

diff --git a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transaction.java b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transaction.java
index 142222a..c70762c 100644
--- a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transaction.java
+++ b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transaction.java
@@ -1,4 +1,4 @@
-/*
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
diff --git a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transactionnal.java b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transactionnal.java
index f705051..b2fe300 100644
--- a/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transactionnal.java
+++ b/ipojo/annotations/src/main/java/org/apache/felix/ipojo/transaction/Transactionnal.java
@@ -1,4 +1,4 @@
-/*
+/* 
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -45,7 +45,7 @@
     /**
      * Sets the exceptions that do not rollback the current transaction.
      */
-    String[] norollbackfor() default {};
+    String[] norollbackfor() default { };
 
     /**
      * Sets if the transaction rollback throws an exception.