Bug 572208 - SWT.EDGE constant for Browser overlaps with
SWT.NO_BACKGROUND
- Fix JavaDoc for SWT.EDGE constant

Change-Id: I99bb25c6d43eb31766c8b916b03b0c2d5efdca7b
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index a527d18..49f7afb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2020 IBM Corporation and others.
+ * Copyright (c) 2000, 2021 IBM Corporation and others.
  *
  * This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License 2.0
@@ -2530,7 +2530,7 @@
 
 	/**
 	 * Style constant specifying that a Browser should use Edge (WebView2)
-	 * for rendering its content (value is 1&lt;&lt;16).
+	 * for rendering its content (value is 1&lt;&lt;18).
 	 * <p>NOTE: Edge integration is experimental, it isn't a drop-in replacement
 	 * for Internet Explorer.</p>
 	 * <p><b>Used By:</b></p>