Skip to content

Commit

Permalink
fixed minor type
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schwarzbauer committed Jul 13, 2017
1 parent 40d6f80 commit 9bbf3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dynatrace/openkit/api/Session.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public interface Session {
public Action enterAction(String actionName);

/**
* Ends this Session and marks them as finished for sending.
* Ends this Session and marks it as finished for sending.
*/
public void end();

Expand Down

0 comments on commit 9bbf3cc

Please sign in to comment.