Skip to content

Commit 54503bc

Browse files
committed
Update @SInCE tag
1 parent c02695b commit 54503bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/BreakpointTypeCategory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public BreakpointTypeCategory(String name, ImageDescriptor descriptor) {
6363
* @param name breakpoint type name
6464
* @param sortOrder to sort order or not
6565
* @param order order of the group
66+
* @since 3.18
6667
*/
6768
public BreakpointTypeCategory(String name, boolean sortOrder, int order) {
6869
fName = name;
@@ -83,6 +84,7 @@ protected String getName() {
8384
* Returns the order of this category's placement.
8485
*
8586
* @return the order of this category's placement.
87+
* @since 3.18
8688
*/
8789
public int getOrder() {
8890
return fOrder;
@@ -99,6 +101,7 @@ public boolean equals(Object object) {
99101
* Returns whether category should follow a sorting order or not.
100102
*
101103
* @return whether category should be sorted or not.
104+
* @since 3.18
102105
*/
103106
public boolean hasSortOrder() {
104107
return fSortOrder;

0 commit comments

Comments
 (0)