Skip to content

Commit

Permalink
Minor. Copyright blocks, WS, typos, import cleanups.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2632 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Apr 28, 2009
1 parent d3ec4b7 commit 9e42069
Show file tree
Hide file tree
Showing 152 changed files with 806 additions and 123 deletions.
1 change: 0 additions & 1 deletion impl/src/main/java/org/jboss/webbeans/BeanValidator.java
Expand Up @@ -75,7 +75,6 @@ public BeanValidator(ManagerImpl manager)
*
* @param beans The beans to validate
*/
@SuppressWarnings("unchecked")
public void validate()
{
final List<Bean<?>> specializedBeans = new ArrayList<Bean<?>>();
Expand Down
3 changes: 1 addition & 2 deletions impl/src/main/java/org/jboss/webbeans/CurrentManager.java
Expand Up @@ -20,7 +20,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans;

import java.util.Map;
Expand All @@ -33,7 +32,7 @@


/**
* Access point for getting/setting current Managager
* Access point for getting/setting current Manager
*
* @author Gavin King
* @author Sanjeeb.Sahoo@Sun.COM
Expand Down
1 change: 0 additions & 1 deletion impl/src/main/java/org/jboss/webbeans/FacadeImpl.java
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans;

import java.lang.annotation.Annotation;
Expand Down
1 change: 0 additions & 1 deletion impl/src/main/java/org/jboss/webbeans/InstanceImpl.java
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans;

import java.lang.annotation.Annotation;
Expand Down
1 change: 0 additions & 1 deletion impl/src/main/java/org/jboss/webbeans/ManagerImpl.java
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans;

import java.io.InputStream;
Expand Down
16 changes: 16 additions & 0 deletions impl/src/main/java/org/jboss/webbeans/WebBean.java
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans;

import static java.lang.annotation.ElementType.METHOD;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
16 changes: 16 additions & 0 deletions impl/src/main/java/org/jboss/webbeans/bean/DisposalMethodBean.java
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.reflect.Method;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
16 changes: 16 additions & 0 deletions impl/src/main/java/org/jboss/webbeans/bean/NewBean.java
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean;

/**
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.reflect.Field;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand All @@ -27,7 +26,6 @@
import javax.inject.CreationException;
import javax.inject.DefinitionException;
import javax.inject.Disposes;
import javax.inject.manager.Bean;

import org.jboss.webbeans.ManagerImpl;
import org.jboss.webbeans.bootstrap.BeanDeployerEnvironment;
Expand Down
1 change: 0 additions & 1 deletion impl/src/main/java/org/jboss/webbeans/bean/SimpleBean.java
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -19,7 +19,6 @@
import org.jboss.webbeans.CurrentManager;
import org.jboss.webbeans.persistence.spi.JpaServices;


/**
* Proxy for persistence unit Java EE resources
*
Expand Down
Expand Up @@ -16,7 +16,6 @@
*/
package org.jboss.webbeans.bean.ee;


import org.jboss.webbeans.CurrentManager;
import org.jboss.webbeans.ejb.spi.EjbServices;

Expand Down
Expand Up @@ -16,7 +16,6 @@
*/
package org.jboss.webbeans.bean.ee;


import org.jboss.webbeans.CurrentManager;
import org.jboss.webbeans.resources.spi.ResourceServices;

Expand Down
Expand Up @@ -16,7 +16,6 @@
*/
package org.jboss.webbeans.bean.ee;


import org.jboss.webbeans.CurrentManager;
import org.jboss.webbeans.ws.spi.WebServices;

Expand Down
Expand Up @@ -16,8 +16,6 @@
*/
package org.jboss.webbeans.bean.ee.jms;



import java.lang.reflect.Method;

import javax.context.CreationalContext;
Expand Down
Expand Up @@ -29,7 +29,6 @@
import org.jboss.webbeans.ManagerImpl;
import org.jboss.webbeans.bean.ee.AbstractResourceBean;


/**
* A bean which represents a JMS topic
*
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean.proxy;

import java.io.Serializable;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean.proxy;

import java.io.Serializable;
Expand Down
Expand Up @@ -16,7 +16,6 @@
*/
package org.jboss.webbeans.bean.proxy;


/**
* Interface implemented by all enterprise bean proxies to query/control the proxy
*
Expand Down
Expand Up @@ -14,10 +14,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean.proxy;


import java.lang.reflect.Method;

import javassist.util.proxy.MethodHandler;
Expand Down
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean.standard;

import java.lang.annotation.Annotation;
Expand Down
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean.standard;

import java.lang.annotation.Annotation;
Expand Down
16 changes: 16 additions & 0 deletions impl/src/main/java/org/jboss/webbeans/bean/standard/EventBean.java
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean.standard;

import java.lang.annotation.Annotation;
Expand Down
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean.standard;

import java.lang.annotation.Annotation;
Expand Down
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.jboss.webbeans.bean.standard;

import java.lang.reflect.Type;
Expand Down
@@ -1,3 +1,19 @@
/*
* 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 org.jboss.webbeans.bean.standard;

import java.lang.annotation.Annotation;
Expand Down

0 comments on commit 9e42069

Please sign in to comment.