Skip to content

Commit 1030531

Browse files
minor fixes to javadoc
1 parent 7da4f0e commit 1030531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lisa/src/main/java/it/unive/lisa/analysis/BaseLattice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final L lub(L other) throws SemanticException {
3838
*
3939
* @param other the other lattice element
4040
*
41-
* @return the least upper bound
41+
* @return the widening between this and other
4242
*
4343
* @throws SemanticException if an error occurs during the computation
4444
*/

lisa/src/main/java/it/unive/lisa/analysis/Lattice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface Lattice<L extends Lattice<L>> {
2929
*
3030
* @param other the other lattice element
3131
*
32-
* @return the least upper bound
32+
* @return the widening between this and other
3333
*
3434
* @throws SemanticException if an error occurs during the computation
3535
*/

0 commit comments

Comments
 (0)