Skip to content

Commit

Permalink
Change signs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yildirim authored and Yildirim committed Oct 31, 2017
1 parent db48b75 commit ab64b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jpeek/metrics/cohesion/LCOM2.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
*
* <p>Consider a class C with methods M1, M2,….., Mn. Let {Ii} = set of
* instance variables used by method Mi. There are n such sets, i.e., {1i},
* {I2},….., {In}. Let P = { (Ii, Ij ) | Ii Ij = } and Q = {(Ii, Ij ) |
* Ii Ij  }. If all n sets {1i}, {I2},….., {In} are then let P = .
* {I2},….., {In}. Let P = { (Ii, Ij ) | Ii Ij = Ø} and Q = {(Ii, Ij ) |
* Ii Ij ≠ Ø}. If all n sets {1i}, {I2},….., {In} are Ø then let P = Ø.
* </p>
*
* <p>There is no thread-safety guarantee.</p>
Expand Down

0 comments on commit ab64b12

Please sign in to comment.