Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jul 15, 2010
1 parent 8acd330 commit 5144875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -44,7 +44,7 @@ public ClassLoader getClassLoader(Class<?> type)
}

@Override
public Class<?> loadProxySuperClass(String className)
public Class<?> loadBeanClass(String className)
{
try
{
Expand Down
Expand Up @@ -44,7 +44,7 @@ public ClassLoader getClassLoader(Class<?> type)
}

@Override
public Class<?> loadProxySuperClass(String className)
public Class<?> loadBeanClass(String className)
{
try
{
Expand Down

0 comments on commit 5144875

Please sign in to comment.