Skip to content
This repository was archived by the owner on Sep 27, 2018. It is now read-only.

Commit 395e502

Browse files
authored
Merge pull request #16 from LakeMaps/fix-java_outer_classname
Fix class name for BoatConfig
2 parents 66f3200 + ec0791b commit 395e502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/BoatConfig.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
syntax = "proto2";
22

33
option java_package = "schemas";
4-
option java_outer_classname = "WaypointProtobuf";
4+
option java_outer_classname = "BoatConfigProtobuf";
55

66
import "schemas/PidControllerGains.proto";
77

0 commit comments

Comments
 (0)