From beda03c5d09f3c3284d1ee18e9561712739db489 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 3 Apr 2017 21:49:17 +0200 Subject: [PATCH] Cleanup --- .../CQRS/Events/Internal/ParseEventBlock.cs | 2 +- .../CQRS/Events/Internal/UpdateStateBlock.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squidex.Infrastructure/CQRS/Events/Internal/ParseEventBlock.cs b/src/Squidex.Infrastructure/CQRS/Events/Internal/ParseEventBlock.cs index 84b280457..9c2e498dd 100644 --- a/src/Squidex.Infrastructure/CQRS/Events/Internal/ParseEventBlock.cs +++ b/src/Squidex.Infrastructure/CQRS/Events/Internal/ParseEventBlock.cs @@ -1,5 +1,5 @@ // ========================================================================== -// DispatchEventBlock.cs +// ParseEventBlock.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group diff --git a/src/Squidex.Infrastructure/CQRS/Events/Internal/UpdateStateBlock.cs b/src/Squidex.Infrastructure/CQRS/Events/Internal/UpdateStateBlock.cs index 0626f5b65..1b1b63697 100644 --- a/src/Squidex.Infrastructure/CQRS/Events/Internal/UpdateStateBlock.cs +++ b/src/Squidex.Infrastructure/CQRS/Events/Internal/UpdateStateBlock.cs @@ -1,5 +1,5 @@ // ========================================================================== -// DispatchEventBlock.cs +// UpdateStateBlock.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group