Skip to content

Commit 4cf9ebb

Browse files
committed
Update the quickstart code to fix compilation error
1 parent 2795fd5 commit 4cf9ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following program is a small example of Fluent Logger for Java.
7171

7272
public void doApplicationLogic() {
7373
// ...
74-
Map<String, String> data = new HashMap<String, String>();
74+
Map<String, Object> data = new HashMap<String, Object>();
7575
data.put("from", "userA");
7676
data.put("to", "userB");
7777
LOG.log("follow", data);

0 commit comments

Comments
 (0)