From 3a5d28f064ac76963727abbb238e50d5ec91c3a5 Mon Sep 17 00:00:00 2001
From: Renan DelValle <rdelval1@binghamton.edu>
Date: Wed, 24 Aug 2016 11:59:52 -0700
Subject: [PATCH] Added warning in the place where the thrift api was modified
 from the original at the time

---
 auroraAPI.thrift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/auroraAPI.thrift b/auroraAPI.thrift
index 8310415..737c15e 100644
--- a/auroraAPI.thrift
+++ b/auroraAPI.thrift
@@ -325,6 +325,7 @@ struct JobConfiguration {
   7: Identity owner
   /**
    * If present, the job will be handled as a cron job with this crontab-syntax schedule.
+   * This currently differs from the thrift API found in the main repo where it is not optional
    */
   4: optional string cronSchedule
   /** Collision policy to use when handling overlapping cron runs.  Default is KILL_EXISTING. */