Skip to content

Commit

Permalink
style(core): remove todos
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Aug 17, 2022
1 parent d7301e1 commit a5c6a51
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Blockchain Technology Partners
* Copyright 2021-2022 Blockchain Technology Partners
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
Expand Down Expand Up @@ -29,9 +29,6 @@
*/
public interface StoreReader<K, V> {

// TODO seems like busy work for the user of the interface to wrap in a Key
// TODO might be useful to have a getOrDefault here as well

/**
* Return an Option of the value behind the Key in the K/V store.
*
Expand Down

0 comments on commit a5c6a51

Please sign in to comment.