Re: [PATCH 2/2] userdiff: support Java try keyword

2014-06-02 Thread Junio C Hamano
Sup Yut Sum writes: > try keyword is enhanced in Java 7, see try-with-resources Statement > try (XX yy = new XX()) { > } catch (Exception e){ > } Sorry, but I do not see the connection between the proposed log message and what the patch does. The patch seems to tell me this: We did not kno

[PATCH 2/2] userdiff: support Java try keyword

2014-06-01 Thread Sup Yut Sum
try keyword is enhanced in Java 7, see try-with-resources Statement try (XX yy = new XX()) { } catch (Exception e){ } Signed-off-by: Sup Yut Sum --- userdiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdiff.c b/userdiff.c index 96eda6c..49e898b 100644 --- a/userdiff