java: adds templates for primitive types

This commit is contained in:
frsyuki 2010-09-27 04:27:44 +09:00
parent 002b86198c
commit 0a41b253f3
10 changed files with 394 additions and 4 deletions

View file

@ -18,7 +18,7 @@ public class TestReflectionPackerTemplate {
@Test
public void testPackConvert() throws Exception {
tString();
tString(); // FIXME link StringTemplate
ByteArrayOutputStream out = new ByteArrayOutputStream();