Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 18, 2010
1 parent e56ac77 commit ecfd7b7
Showing 1 changed file with 2 additions and 9 deletions.
Expand Up @@ -25,11 +25,9 @@
* @author Pete Muir
* @see ImmutableNarrowingBean
* @see ImmutablePassivationCapableNarrowingBean
*
*/
public class NarrowingBeanBuilder<T>
{

private final Bean<Object> delegate;
private final BeanManager beanManager;
private Set<Type> types;
Expand Down Expand Up @@ -69,15 +67,10 @@ public NarrowingBeanBuilder(Bean<Object> delegate, BeanManager beanManager)
/**
* <p>
* Read the {@link AnnotatedType}, creating a narrowing bean from the class
* and it's annotations.
* </p>
*
* <p>
* {@link BeanBuilder} does <em>not</em> support reading members of the class
* to create producers or observer methods.
* and its annotations.
* </p>
*
* @param type the type to read @
* @param type the type to read
*/
public NarrowingBeanBuilder<T> readFromType(AnnotatedType<T> type)
{
Expand Down

0 comments on commit ecfd7b7

Please sign in to comment.