Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated Classname in documentation after refactoring
  • Loading branch information
tobiasgindler committed Dec 11, 2014
1 parent 7478b29 commit c2c2da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context-logger/context-logger-javaee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can use the context logger by annotating the ejb method you want to be handl

// ...

@Interceptors({ TraceeEjbErrorContextLoggingInterceptor.class })
@Interceptors({ TraceeErrorContextLoggingInterceptor.class })
public int multiply(int a, int b) {
// ...
}
Expand Down

0 comments on commit c2c2da1

Please sign in to comment.