Skip to content

Commit 07cee57

Browse files
committed
Added Bson support
1 parent f2240d5 commit 07cee57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/javawebstack/abstractdata/bson/BsonConverter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313

1414
public class BsonConverter {
1515

16-
static {
17-
System.out.println("Hello");
18-
}
19-
2016
private DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
2117

2218
public BsonConverter dateFormat(DateFormat dateFormat) {

0 commit comments

Comments
 (0)