aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs')
-rw-r--r--csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs b/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs
index 441a7c60..ceb9e861 100644
--- a/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs
+++ b/csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestExtrasLite.cs
@@ -524,7 +524,7 @@ namespace Google.ProtocolBuffers.TestProtos {
}
public bool HasEn {
- get { return result.hasEn; }
+ get { return result.hasEn; }
}
public global::Google.ProtocolBuffers.TestProtos.ExtraEnum En {
get { return result.En; }
@@ -873,7 +873,7 @@ namespace Google.ProtocolBuffers.TestProtos {
}
public bool HasType {
- get { return result.hasType; }
+ get { return result.hasType; }
}
public global::Google.ProtocolBuffers.TestProtos.TestInteropPersonLite.Types.PhoneType Type {
get { return result.Type; }