docs: update DevEtlRegistry comment for protobuf

This commit is contained in:
Joseph Doherty
2026-01-06 16:44:25 -05:00
parent 81f0c3f289
commit 6a8250ef60
@@ -7,7 +7,7 @@ using Microsoft.Extensions.Logging;
namespace JdeScoping.DataSync.Dev;
/// <summary>
/// Registry for development ETL pipelines that load from cached JSON files.
/// Registry for development ETL pipelines that load from cached protobuf files.
/// </summary>
public class DevEtlRegistry
{