Skip to content

Commit 1b9666b

Browse files
committed
Fixed formatting in Javadoc comments for RelationalTaintElement
1 parent efe90d4 commit 1b9666b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/it/unipr/crosschain/taint/RelationalTaintElement.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ public RelationalTaintElement(byte v, Integer programPoint) {
2929
/**
3030
* Creates a new tainted relational taint element with the specified program
3131
* points.
32-
*
32+
*
3333
* @param programPoints the program points to associate with the tainted
3434
* element
35-
*
35+
*
3636
* @return a new RelationalTaintElement with type TAINT containing all the
3737
* provided program points
3838
*/
@@ -44,7 +44,7 @@ public static RelationalTaintElement newRelationalTaintedElement(Integer... prog
4444

4545
/**
4646
* Returns the number of program points associated with this taint element.
47-
*
47+
*
4848
* @return the size of the program points set
4949
*/
5050
public int size() {

0 commit comments

Comments
 (0)