Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Make NLUContext public
Browse files Browse the repository at this point in the history
  • Loading branch information
space-pope committed Feb 18, 2020
1 parent b93f227 commit 404ebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/spokestack/spokestack/nlu/NLUContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Context for NLU operations, including request metadata and a facility for
* dispatch of trace events.
*/
final class NLUContext {
public final class NLUContext {

private final EventTracer tracer;
private final List<TraceListener> listeners;
Expand Down

0 comments on commit 404ebb9

Please sign in to comment.