All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [Temporary Fix for Yocto #3044]
@ 2012-09-04 14:17 Ioana Grigoropol
  0 siblings, 0 replies; only message in thread
From: Ioana Grigoropol @ 2012-09-04 14:17 UTC (permalink / raw)
  To: yocto

Disable @Override annotations until AB jdk issue is resolved

Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@intel.com>
---
 .../sdk/remotetools/wizards/bsp/MainPage.java      |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
index fea1c76..861cb08 100644
--- a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
+++ b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java
@@ -520,12 +520,12 @@ public class MainPage extends WizardPage {
 		BuildLocationListener(String value){
 			this.value = value;
 		}
-		@Override
+		//@Override
 		public void focusGained(FocusEvent e) {
 			value = ((Text)e.getSource()).getText();
 		}
 
-		@Override
+		//@Override
 		public void focusLost(FocusEvent e) {
 			if(!((Text)e.getSource()).getText().equals(value)) {
 				checkBuildDir();
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-04 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 14:17 [PATCH] [Temporary Fix for Yocto #3044] Ioana Grigoropol

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.