aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Reflection/Descriptor.cs
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2016-02-04 15:02:59 +0000
committerGravatar Jon Skeet <jonskeet@google.com>2016-02-04 15:02:59 +0000
commit045b528d4acddaf44a941c1a5e137d5a081884fb (patch)
treec0d11ef61c62056adb1f3a04a5cbd2dba8ee97c8 /csharp/src/Google.Protobuf/Reflection/Descriptor.cs
parent7762f163a4150772be9a0eae3a285ff9b1eb3246 (diff)
Generated code changes from previous commit
Diffstat (limited to 'csharp/src/Google.Protobuf/Reflection/Descriptor.cs')
-rw-r--r--csharp/src/Google.Protobuf/Reflection/Descriptor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Reflection/Descriptor.cs b/csharp/src/Google.Protobuf/Reflection/Descriptor.cs
index 9680b5fd..7de7b5fc 100644
--- a/csharp/src/Google.Protobuf/Reflection/Descriptor.cs
+++ b/csharp/src/Google.Protobuf/Reflection/Descriptor.cs
@@ -5301,7 +5301,7 @@ namespace Google.Protobuf.Reflection {
public string SourceFile {
get { return sourceFile_; }
set {
- sourceFile_ = pb::Preconditions.CheckNotNull(value, "value");
+ sourceFile_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}