Skip to content

Commit

Permalink
A couple more broken tests fixed.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1229 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
drallen committed Jan 25, 2009
1 parent 92eb98f commit ef54a3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -109,8 +109,6 @@ public static Class<? extends Annotation> getDeploymentType(List<Class<? extends
private boolean primitive;
// The Web Beans manager
protected ManagerImpl manager;
// Cached values
private Type declaredBeanType;

/**
* Constructor
Expand Down
Expand Up @@ -272,7 +272,7 @@ else if (deploymentTypes.size() == 1)
if (this.deploymentType == null)
{
this.deploymentType = getDefaultDeploymentType();
log.trace("Using default @Production deployment type");
log.trace("Using default " + this.deploymentType + " deployment type");
return;
}
}
Expand Down

0 comments on commit ef54a3b

Please sign in to comment.