[weld-commits] Weld SVN: r3867 - ri/trunk/api/src/main/java/javax/enterprise/inject/spi.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 7 13:37:47 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-07 13:37:47 -0400 (Wed, 07 Oct 2009)
New Revision: 3867

Modified:
   ri/trunk/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java
Log:
fix eol-style

Modified: ri/trunk/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java
===================================================================
--- ri/trunk/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java	2009-10-07 12:38:13 UTC (rev 3866)
+++ ri/trunk/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java	2009-10-07 17:37:47 UTC (rev 3867)
@@ -1,28 +1,28 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,  
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package javax.enterprise.inject.spi;
-
-public interface ProcessInjectionTarget<X>
-{
-   public AnnotatedType<X> getAnnotatedType();
-
-   public InjectionTarget<X> getInjectionTarget(!
 );
-
-   public void setInjectionTarget(InjectionTarget<X> injectionTarget);
-
-   public void addDefinitionError(Throwable t);
-}
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,  
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package javax.enterprise.inject.spi;
+
+public interface ProcessInjectionTarget<X>
+{
+   public AnnotatedType<X> getAnnotatedType();
+
+   public InjectionTarget<X> getInjectionTarget();
+
+   public void setInjectionTarget(InjectionTarget<X> injectionTarget);
+
+   public void addDefinitionError(Throwable t);
+}


Property changes on: ri/trunk/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the weld-commits mailing list