Committed by
Gerrit Code Review
RegionEvent: fix documentation
Description for REGION_REMOVED and REGION_UPDATED were mistakenly switched. Change-Id: I7b4dcb19980c47f544693d207ea12cf6ffd75e42
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -36,12 +36,12 @@ public class RegionEvent extends AbstractEvent<RegionEvent.Type, Region> { | ... | @@ -36,12 +36,12 @@ public class RegionEvent extends AbstractEvent<RegionEvent.Type, Region> { |
| 36 | REGION_ADDED, | 36 | REGION_ADDED, |
| 37 | 37 | ||
| 38 | /** | 38 | /** |
| 39 | - * Signifies that a region was updated. | 39 | + * Signifies that a region was removed. |
| 40 | */ | 40 | */ |
| 41 | REGION_REMOVED, | 41 | REGION_REMOVED, |
| 42 | 42 | ||
| 43 | /** | 43 | /** |
| 44 | - * Signifies that a region was removed. | 44 | + * Signifies that a region was updated. |
| 45 | */ | 45 | */ |
| 46 | REGION_UPDATED, | 46 | REGION_UPDATED, |
| 47 | 47 | ... | ... |
-
Please register or login to post a comment