Skip to content

Commit

Permalink
Move to Vlingo.Xoom namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tjaskula committed Apr 21, 2021
1 parent a5c07db commit 407d779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Vlingo.Actors/GuidAddress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// one at https://mozilla.org/MPL/2.0/.

using System;
using Vlingo.UUID;
using Vlingo.Xoom.UUID;

namespace Vlingo.Actors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Vlingo.Actors/GuidAddressFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System;
using Vlingo.Common;
using Vlingo.Common.Identity;
using Vlingo.UUID;
using Vlingo.Xoom.UUID;

namespace Vlingo.Actors
{
Expand Down

0 comments on commit 407d779

Please sign in to comment.