RE: Typo in LoggingInInterceptor constructor?

2011-02-11 Thread Pieper, Aaron
gt; On 09.02.2011 14:00, Pieper, Aaron wrote: >> Is there a typo in the LoggingInInterceptor(String,String) constructor? >> It seems to inaccurately call super(id, id) instead of super(id, phase). >> I'm looking at r1058274 which appears to be the latest: >> >> >>

Typo in LoggingInInterceptor constructor?

2011-02-09 Thread Pieper, Aaron
Is there a typo in the LoggingInInterceptor(String,String) constructor? It seems to inaccurately call super(id, id) instead of super(id, phase). I'm looking at r1058274 which appears to be the latest: http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/ cxf/interceptor/Loggi