Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2001-09-10 20:03:23 +0000
committerCarolyn MacLeod2001-09-10 20:03:23 +0000
commita421d7601d74e70c4e861b3f364f936a2a864e17 (patch)
treec6007c795f10803923b20cf44969e15ebeaca55a /bundles
parent37b249557ded98734edb9cf7f8639435161f49d6 (diff)
downloadeclipse.platform.swt-a421d7601d74e70c4e861b3f364f936a2a864e17.tar.gz
eclipse.platform.swt-a421d7601d74e70c4e861b3f364f936a2a864e17.tar.xz
eclipse.platform.swt-a421d7601d74e70c4e861b3f364f936a2a864e17.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
index f55ecb8cff..5ee4499653 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
@@ -112,7 +112,7 @@ public static PrinterData[] getPrinterList() {
* <li>ERROR_UNSPECIFIED - if there are no valid printers
* </ul>
*
- * @return the default printer data or null if there is no default printer
+ * @return the default printer data
*/
static PrinterData getDefaultPrinterData() {
byte [] deviceName = null;

Back to the top