minor: resolve Idea's violation - Variable instance initializer null is redundant
This commit is contained in:
parent
3f580644b1
commit
1a2c56ea10
|
|
@ -296,7 +296,7 @@ public class XDocsPagesTest {
|
|||
|
||||
private static void validateCheckSection(ModuleFactory moduleFactory, String fileName,
|
||||
String sectionName, Node section) throws Exception {
|
||||
Object instance = null;
|
||||
Object instance;
|
||||
|
||||
try {
|
||||
instance = moduleFactory.createModule(sectionName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue