Skip to content

Instantly share code, notes, and snippets.

@raws
Created December 11, 2012 00:07
Show Gist options
  • Save raws/4254562 to your computer and use it in GitHub Desktop.
Save raws/4254562 to your computer and use it in GitHub Desktop.
static {
    NoverPackage.undoPackageVersioning(MyPlugin.class);
}
```java
static {
NoverPackage.undoPackageVersioning(MyPlugin.class);
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment