mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
package com.mysema.codegen;
|
|
|
|
import java.io.IOException;
|
|
import java.io.StringWriter;
|
|
import org.junit.Test;
|
|
|
|
public class JavaWriterTest {
|
|
|
|
@Test
|
|
public void test() {
|
|
// TODO
|
|
}
|
|
|
|
} |