Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuGT committed Oct 22, 2024
1 parent bdb05cd commit 8a4ca54
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 @@ -7,7 +7,7 @@
public interface DartDataStoreClient {

/**
* If a client could provide implementation to this, use the default data store, else implement DartDataStore along with client implementation
* If a client could provide implementation to this, use the default data store, else implement DartDataStore along with client implementation.
*
* @param udfName either "DartGet" or "DartContains"
* @param gaugeStatsManager an instrumentation provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Set;

/**
* DefaultDartDataStore would be able to fetch the darts from the object storage services,
* DefaultDartDataStore would be able to fetch the darts from the object storage services.
* pass the relevant client which implements {@link DartDataStoreClient}
*/
public class DefaultDartDataStore implements DartDataStore, Serializable {
Expand Down

0 comments on commit 8a4ca54

Please sign in to comment.