From 0d604b4c2a15b8a21a292eb7d57f4d0124abadba Mon Sep 17 00:00:00 2001
From: Jeff Ching <chingor@google.com>
Date: Mon, 23 Mar 2020 19:33:51 -0700
Subject: [PATCH] chore: enable context aware commits (#115)

---
 java-resourcemanager/synth.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java-resourcemanager/synth.py b/java-resourcemanager/synth.py
index e6d37880fb63..ea25b33a63d5 100644
--- a/java-resourcemanager/synth.py
+++ b/java-resourcemanager/synth.py
@@ -16,4 +16,6 @@
 
 import synthtool.languages.java as java
 
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
 java.common_templates()
\ No newline at end of file