Skip to content

Commit

Permalink
Fix failing test because of incorrect "@generated" annotation import
Browse files Browse the repository at this point in the history
  • Loading branch information
karneimm committed Apr 9, 2018
1 parent 4936169 commit cc6b0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.karneim.pojobuilder.processor.with.ambiguousimports;

import javax.annotation.processing.Generated;
import javaxfake.annotation.Generated;
import net.karneim.pojobuilder.GwtIncompatible;
import net.karneim.pojobuilder.processor.with.ambiguousimports.pack1.Foo;

Expand Down

0 comments on commit cc6b0b9

Please sign in to comment.