File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: JML Tutorial - Postconditions (ensures clauses)
55<!--
66<div style="display: flex; justify-content: space-between;">
77 <div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
8- <a href="index.html"><<<Previous</a>
8+ <a href="index.html"><<< Previous</a>
99 </div>
1010 <div style="width: 30%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align:center;">
1111 <a href="index.html">TOC</a>
@@ -14,7 +14,7 @@ title: JML Tutorial - Postconditions (ensures clauses)
1414 <a href="Preconditions.html">Next >>></a>
1515 </div>
1616</div>
17-
17+ -->
1818
1919A method's specification states _ what_ the method does,
2020but not _ how_ it is done. The effect of a method is
You can’t perform that action at this time.
0 commit comments