Skip to content

Commit 9bbf3cc

Browse files
fixed minor type
1 parent 40d6f80 commit 9bbf3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dynatrace/openkit/api/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface Session {
1919
public Action enterAction(String actionName);
2020

2121
/**
22-
* Ends this Session and marks them as finished for sending.
22+
* Ends this Session and marks it as finished for sending.
2323
*/
2424
public void end();
2525

0 commit comments

Comments
 (0)