Skip to content

Commit

Permalink
review responses
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Sep 20, 2023
1 parent 690f074 commit 795354e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
package io.deephaven.client.impl;

public interface HasExportId extends HasTicketId, HasTypedTicket, HasPathId {
public interface HasExportId extends HasTypedTicket, HasPathId {

/**
* Get the export ID.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface Session
// ----------------------------------------------------------

/**
* Advanced usage, creates a new table export ID for {@code this} session, but must be managed by the caller.Useful
* Advanced usage, creates a new table export ID for {@code this} session, but must be managed by the caller. Useful
* for more advanced integrations, particularly around doPut. Callers are responsible for {@link #release(ExportId)
* releasing} the export ID if necessary.
*
Expand Down

0 comments on commit 795354e

Please sign in to comment.