Skip to content

Commit

Permalink
Checkstyle fixes for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Deamon5550 committed Jan 2, 2015
1 parent 2cf809b commit 28f093e
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -23,9 +23,17 @@
*/
package com.voxelplugineering.voxelsniper;

/**
* The main class for utility functions.
*/
public class BukkitMain extends GunsmithMain
{

/**
* The main method.
*
* @param args The program arguments
*/
public static void main(String[] args)
{
GunsmithMain.main(args);
Expand Down

0 comments on commit 28f093e

Please sign in to comment.