Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@955 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 14, 2009
1 parent 44c15b6 commit b9a3890
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public static <T> AnnotatedParameter<T> of(Annotation[] annotations, Class<T> cl
* @param annotations The annotations array
* @param type The type of the parameter
*/
public AnnotatedParameterImpl(Annotation[] annotations, Class<T> type)
private AnnotatedParameterImpl(Annotation[] annotations, Class<T> type)
{
super(buildAnnotationMap(annotations));
this.type = type;
Expand Down

0 comments on commit b9a3890

Please sign in to comment.