Skip to content

Commit

Permalink
[java] Fixing potential NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 27, 2020
1 parent 52acbe9 commit 9727cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void onStop(ActiveSession session) {
PROCESSORS.remove(session.getId());
}
};
sessions.addListener(listener);
this.sessions.addListener(listener);

this.pipeline = NewSessionPipeline.builder().add(new ActiveSessionFactory(tracer)).create();
}
Expand Down

0 comments on commit 9727cc5

Please sign in to comment.