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