Skip to content

Commit a958b1e

Browse files
committed
added already created issues to todos
1 parent 0611baf commit a958b1e

6 files changed

Lines changed: 1433 additions & 1461 deletions

File tree

src/LogExpert.Core/Classes/Filter/Filter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ internal class Filter
2222

2323
#region cTor
2424

25-
//TODO Is the callback needed?
25+
//TODO Is the callback needed? (https://github.com/LogExperts/LogExpert/issues/401)
2626
public Filter (ColumnizerCallback callback)
2727
{
2828
_callback = callback;

0 commit comments

Comments
 (0)