Skip to content

Commit ea176c2

Browse files
committed
Merge pull request #45 from tatsuyafw/update-quickstart-code-to-fix-compilation-error
Update the quickstart code to fix compilation error
2 parents 41243f2 + 4cf9ebb commit ea176c2

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)