Skip to content

Commit

Permalink
ForbidCertainImportsCheck_195
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkravin authored and daniilyar committed Aug 29, 2014
1 parent 9b58e0f commit 6dae028
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//package coding.rocket.old.generation;
package com.github.sevntu.checkstyle.checks.coding;
//
//import java.io.File;
//import org.junit.Test;
Expand All @@ -16,7 +16,7 @@
public class InputForbidCertainImportsDefaultPackageWithoutImports extends Check
{

@Override

public int a()
{
return 5;
Expand Down

0 comments on commit 6dae028

Please sign in to comment.