Skip to content

Commit

Permalink
Updated introspection comment to not include the current date to avoi…
Browse files Browse the repository at this point in the history
…d unnecessary changes to checked-in remote schemas (#164)
  • Loading branch information
jimkyndemeyer committed Apr 6, 2019
1 parent 2d0b8ad commit de0a780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ void createOrUpdateIntrospectionOutputFile(String schemaText, IntrospectionOutpu
final String header;
switch (format) {
case SDL:
header = "# This file was generated based on \"" + introspectionSourceFile.getName() + "\" at " + new Date() + ". Do not edit manually.\n\n";
header = "# This file was generated based on \"" + introspectionSourceFile.getName() + "\". Do not edit manually.\n\n";
break;
case JSON:
header = "";
Expand Down

0 comments on commit de0a780

Please sign in to comment.