Trivial code cleanup
This commit is contained in:
parent
b93c4fffbf
commit
ab07a57174
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ public class Report {
|
||||||
public final List<ReportMessage> nestedMessages;
|
public final List<ReportMessage> nestedMessages;
|
||||||
|
|
||||||
public ReportMessage( int type, CharSequence text ) {
|
public ReportMessage( int type, CharSequence text ) {
|
||||||
this( type, text, new ArrayList() );
|
this( type, text, new ArrayList<ReportMessage>() );
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReportMessage( int type, CharSequence text, List<ReportMessage> nestedMessages ) {
|
public ReportMessage( int type, CharSequence text, List<ReportMessage> nestedMessages ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue