From 6ba558d910c19d872b60a866e3831be08a8e1b44 Mon Sep 17 00:00:00 2001 From: Ron Sigal Date: Mon, 12 Jun 2023 17:45:04 -0400 Subject: [PATCH] Fixed footnotes --- _posts/2023-05-30-grpc-in-wildfly-pt2.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_posts/2023-05-30-grpc-in-wildfly-pt2.md b/_posts/2023-05-30-grpc-in-wildfly-pt2.md index 3faae65..64b8da7 100644 --- a/_posts/2023-05-30-grpc-in-wildfly-pt2.md +++ b/_posts/2023-05-30-grpc-in-wildfly-pt2.md @@ -511,10 +511,6 @@ has a discussion about the example. ## Notes -[^message type]: Note that if -``` -option java_multiple_files = true; -``` -appears at the beginning of the protobuf description, each message type is represented as a separate class. +[^message type]: Note that if "option java\_multiple_files = true;" appears at the beginning of the protobuf description, each message type is represented as a separate class. [^GreetingTest]: The reason we don't treat `GreetingTest` as a Java class is that it depends on classes in the intermediary layer, which don't exist until the bridge project is built.