Review request (extra small) for 8012925 Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m

2013-07-05 Thread Tim Bell
Hello everyone Unfortunately there is no public link for 8012925 This is a one-line change in jdk/src/macosx/native/sun/awt/AWTEvent.m to return a value (0) instead of returning nothing. Returning 0 is consistent with the code at line 418 in the same method: http://cr.openjdk.java.net/~t

Re: Review request (extra small) for 8012925 Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m

2013-07-05 Thread David Katleman
Change looks correct. Approved. Dave On 7/5/2013 2:36 PM, Tim Bell wrote: Hello everyone Unfortunately there is no public link for 8012925 This is a one-line change in jdk/src/macosx/native/sun/awt/AWTEvent.m to return a value (0) instead of returning nothing. Returning 0 is consi

Re: Review request (extra small) for 8012925 Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m

2013-07-05 Thread Leonid Romanov
Looks OK. On 7/6/2013 1:36, Tim Bell wrote: Hello everyone Unfortunately there is no public link for 8012925 This is a one-line change in jdk/src/macosx/native/sun/awt/AWTEvent.m to return a value (0) instead of returning nothing. Returning 0 is consistent with the code at line 418 in the s