diff options
Diffstat (limited to 'PropertyList.proto')
| -rw-r--r-- | PropertyList.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PropertyList.proto b/PropertyList.proto index 2c83fcb..15e5ec7 100644 --- a/PropertyList.proto +++ b/PropertyList.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package whirl; -import "Net2Property.proto"; +import "Network2Property.proto"; message PropertyList { - repeated Net2Property properties = 1; + repeated Network2Property properties = 1; } |