commit | 938f326fbbd0ff9dc6ee73a2d2d622363396db38 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 17 14:03:47 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Tue Sep 17 14:03:47 2013 -0700 |
tree | 8226f81a000464a75b16e28b985964eb47d1c4aa | |
parent | 0a218c7680699b92ff9b2e7f27d805a8948e7105 [diff] [blame] |
test_data for java_gen(of13): use new API
diff --git a/java_gen/templates/_imports.java b/java_gen/templates/_imports.java index ef683e6..2d93b22 100644 --- a/java_gen/templates/_imports.java +++ b/java_gen/templates/_imports.java
@@ -16,3 +16,4 @@ import org.jboss.netty.buffer.ChannelBuffer; import org.jboss.netty.buffer.ChannelBuffers; import com.google.common.collect.ImmutableList; +import com.google.common.collect.ImmutableSet;