anirudha-wegilant / lambdaj

Automatically exported from code.google.com/p/lambdaj
Apache License 2.0
0 stars 0 forks source link

Typo in Invocation #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In 
http://code.google.com/p/lambdaj/source/browse/trunk/src/main/java/ch/lambdaj
/function/argument/Invocation.java#21

I see:

    private String in[k]vokedPropertyName;

While I think it should be:

    private String invokedPropertyName;

Original issue reported on code.google.com by andrea.f...@gmail.com on 15 Mar 2010 at 2:09

GoogleCodeExporter commented 8 years ago
Fixed. Thank you.

Original comment by mario.fu...@gmail.com on 15 Mar 2010 at 9:51