OpenJDK / bsd-port / bsd-port / jdk
changeset 5442:137e5e6228b2
7180036: Build failure in Mac platform caused by fix # 7163201
Reviewed-by: bagiras
author | asaha |
---|---|
date | Tue, 26 Jun 2012 22:28:51 -0700 |
parents | 0680a1e4fa96 |
children | 94a7d51992ae |
files | src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java Sun Jun 24 21:35:19 2012 -0700 +++ b/src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java Tue Jun 26 22:28:51 2012 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -701,7 +701,7 @@ public synchronized static boolean getSunAwtDisableCALayers() { if (sunAwtDisableCALayers == null) { sunAwtDisableCALayers = AccessController.doPrivileged( - new GetBooleanAction("sun.awt.disableCALayers"))); + new GetBooleanAction("sun.awt.disableCALayers")); } return sunAwtDisableCALayers.booleanValue(); }