Skip to content

Commit 2f52dd4

Browse files
authored
Merge pull request #123 from zalando-nakadi/BGehrels-patch-1
Fix a mistyped spring annotation
2 parents be4a755 + 3b48a55 commit 2f52dd4

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
@@ -163,7 +163,7 @@ Example of using `fireCreateEvent`:
163163
@Service
164164
public class SomeYourService {
165165
166-
@Autowire
166+
@Autowired
167167
private EventLogWriter eventLogWriter;
168168
169169
@Autowired

0 commit comments

Comments
 (0)