We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d79ce commit 4d02ea0Copy full SHA for 4d02ea0
src/main/java/org/cardanofoundation/conversions/EraHistory.java
@@ -7,8 +7,9 @@
7
import org.cardanofoundation.conversions.domain.EraType;
8
9
/**
10
- * Data sources: - https://cips.cardano.org/cips/cip59/feature-table.md.html -
11
- * https://cardanosolutions.github.io/kupo/#section/Rollbacks-and-chain-forks/How-Kupo-deals-with-rollbacks
+ * Data sources:
+ * - https://cips.cardano.org/cips/cip59/feature-table.md.html -
12
+ * - https://cardanosolutions.github.io/kupo/#section/Rollbacks-and-chain-forks/How-Kupo-deals-with-rollbacks
13
*/
14
@RequiredArgsConstructor
15
public class EraHistory {
0 commit comments