Skip to content

Commit

Permalink
add a Dummy class in tests to fix Maven deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng committed Dec 6, 2016
1 parent aebf64e commit 2af5ff7
Showing 1 changed file with 12 additions and 0 deletions.
@@ -0,0 +1,12 @@
package fr.inria.atlanmod.neoemf.tests;

/**
* This is a dummy class : <b>DON'T USE IT</b> !
* <p/>
* This class is here to ensure a valid deployment in Maven Central.
*/
final class Dummy {

private Dummy() {
}
}

0 comments on commit 2af5ff7

Please sign in to comment.