Skip to content

Commit 4154b07

Browse files
committed
Update docs
1 parent 0ad0ef7 commit 4154b07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs-src/scheduling.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ It will call the Jobs.Schedule method with an initialized Quartz.NET scheduler o
2929
```csharp
3030
using System;
3131
using Quartz;
32-
using InEngine.Core.Queue.Commands;
33-
using System.Collections.Generic;
34-
using System.Linq;
3532

36-
namespace InEngine.Core.Queue
33+
namespace MyCommandPlugin
3734
{
3835
public class Jobs : IJobs
3936
{

0 commit comments

Comments
 (0)