Skip to content

Commit

Permalink
use the constructor passing null plugin
Browse files Browse the repository at this point in the history
Change-Id: I2566041c0489cdf775fe2821ff1d35a55535dbee
  • Loading branch information
LorenzoBettini committed Dec 8, 2016
1 parent 8058092 commit b1e6616
Showing 1 changed file with 7 additions and 3 deletions.
Expand Up @@ -10,11 +10,15 @@
*******************************************************************************/
package org.eclipse.emf.parsley.tests

import org.eclipse.emf.parsley.EmfParsleyJavaGuiceModule
import org.eclipse.emf.parsley.EmfParsleyGuiceModule

/**
* A custom module just for testing.
*/
class EmfParsleyGuiceModuleForTesting extends EmfParsleyJavaGuiceModule {
class EmfParsleyGuiceModuleForTesting extends EmfParsleyGuiceModule {

}
new() {
super(null)
}

}

0 comments on commit b1e6616

Please sign in to comment.