From b0539ac7a4e6c8e10fcc59e0262cae19968df749 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 15 Sep 2014 19:13:22 +0400 Subject: [PATCH] Minor, fix old terminology mistake --- core/serialization.java/src/java_descriptors.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/serialization.java/src/java_descriptors.proto b/core/serialization.java/src/java_descriptors.proto index d7ecab1ce15..b2e4fb3062f 100644 --- a/core/serialization.java/src/java_descriptors.proto +++ b/core/serialization.java/src/java_descriptors.proto @@ -77,7 +77,7 @@ extend Callable { // Package-less name of the class with the callable's body and annotations, if it differs from the class it's serialized into. // E.g. for a class "A/B/C$D" this would be "C$D". // This is needed to find the class to load annotations from in the following cases: - // 1) annotations on top-level members are written to compiled package fragment classes + // 1) annotations on top-level members are written to compiled package part classes // 2) annotations on properties in traits are written to TImpl classes optional int32 impl_class_name = 102; }