commit | 977c946d46178959217b1054464c71560ac416ea | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Thu Aug 27 10:24:29 2009 +0000 |
committer | Clement Escoffier <clement@apache.org> | Thu Aug 27 10:24:29 2009 +0000 |
tree | 9d9e299f30393a5c0ca92556a8978b269f2e0db2 | |
parent | 9e0df65ed18b460ed0ef207d29af9e2bad0c2e22 [diff] |
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.