Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Service - Breakpoints.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TCF Service - Breakpoints.html b/docs/TCF Service - Breakpoints.html
index 6e33883bc..040bfe8ed 100644
--- a/docs/TCF Service - Breakpoints.html
+++ b/docs/TCF Service - Breakpoints.html
@@ -593,8 +593,8 @@ E &bull; Breakpoints &bull; contextRemoved &bull; <i>&lt;array of breakpoint IDs
* BreakpointType values
*/</font>
<font color=#7F0055>static final</font> String
- TYPE_RELATIVE = "Software",
- TYPE_ABSOLUTE = "Hardware",
+ TYPE_SOFTWARE = "Software",
+ TYPE_HARDWARE = "Hardware",
TYPE_AUTO = "Auto";
<font color=#3F5FBF>/**

Back to the top