File: 104_hm_editCellAt.patch

package info (click to toggle)
airport-utils 2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,020 kB
  • sloc: java: 30,844; xml: 571; sh: 553; makefile: 36
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Comment out editCellAt method calls
 Comment out editCellAt method calls as it's not implemented in Classpath.
Author: Julien BLACHE <jblache@debian.org>

Index: airport-utils-2/hostmon/KnownHostTable.java
===================================================================
--- airport-utils-2.orig/hostmon/KnownHostTable.java	2010-03-11 20:55:56.652753360 +0100
+++ airport-utils-2/hostmon/KnownHostTable.java	2010-03-11 20:58:12.725753655 +0100
@@ -287,7 +287,7 @@
 		catch(ValueFormatException e)
 		{
 		    // set the editing to the mac address in the row that caused the problem
-		    table.editCellAt(i,1);
+		    //table.editCellAt(i,1);
 			
 			// rethrow the exception so can report it
 			throw e;