Closes gh-6155
This commit is contained in:
Johnny Lim
2016-06-14 14:12:51 +09:00
committed by Stephane Nicoll
parent ed96d142b8
commit a70a8635f9
7 changed files with 20 additions and 30 deletions

View File

@@ -416,7 +416,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
/**
* {@link BeanPostProcessor} to handle {@link SpyBean} definitions. Registered as a
* separate processor so that it can ordered above AOP post processors.
* separate processor so that it can be ordered above AOP post processors.
*/
static class SpyPostProcessor extends InstantiationAwareBeanPostProcessorAdapter
implements PriorityOrdered {
@@ -466,7 +466,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
}
/**
* An registered field item.
* A registered field item.
*/
private static class RegisteredField {