> From: Matt Benson [mailto:[EMAIL PROTECTED]
> I thought "Ljava/lang/String" would be referring to a
> String[], but there is no such method
> "void expectLog(String[], String[])", only
> "void expectLog(String, String)".
> 
> If I am not mistaken about the significance of the
> "L", I suppose this would be significant of some kind
> of weird compilation problem as you suggest... :(

No Ljava/lang/String; is String,
whereas [Ljava/lang/String; is String[]. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to