-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3470] update composite key format
FAB-2183 changed the composite key string format to include an additional delimiter as the first character add test for ChaincodeStubImpl with mockito dependency in build.gradle add CompositeKey.validateSimpleKeys(String... keys) fix bug when CompositeKey.generateCompositeKeyString with empty attribute set update .gitignore for Intellij IDEA Change-Id: If9dd3ab076fab4f2b13bcd6fdfa107531d70734f Signed-off-by: Luis Sanchez <[email protected]> Signed-off-by: Jingxiao Gu <[email protected]>
- Loading branch information
Luis Sanchez
authored and
Jingxiao Gu
committed
Oct 16, 2017
1 parent
61b8fc2
commit 9f2f4f9
Showing
6 changed files
with
241 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/.gradle/ | ||
/.settings/ | ||
/.project | ||
/.idea | ||
*.iml | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.