)]}'
{
  "commit": "ee128f0835b109f074e8627fa883548c89c3482c",
  "tree": "e755c504ce9afdb9bba11bad69cc42afeff6d93f",
  "parents": [
    "fffc220523381c73456cb0fdb6f6c8c61b9ea439"
  ],
  "author": {
    "name": "Martin Fick",
    "email": "mfick@codeaurora.org",
    "time": "Thu Nov 18 22:16:27 2021 -0700"
  },
  "committer": {
    "name": "Martin Fick",
    "email": "mfick@codeaurora.org",
    "time": "Wed Jan 12 18:51:23 2022 +0000"
  },
  "message": "Eliminate the Properties.Task inner class\n\nPreviously we had a Properties.Task and a Properties.NamesFactory. This\nwas done mostly so that they could extend the Expander class which was\nalso defined as an inner class of Properties. However the NamesFactory\nclass was removed in a previous change because it made calling\nconventions a bit clunky when applying the COW pattern. Because they are\ntied together and can potentially need to influence each other\u0027s\nbehavior, it also helps to have a single class which handles the\nproperties for both Tasks and NamesFactories. Now that there is a single\nclass, it makes more sense to have that class be the top level\nProperties class, and not the Properties.Task class. Move all the\nPorperties.Task logic to Properties and eliminate Properties.Task.\n\nChange-Id: Ib540986b403c984bed22826e84a08305d7626426\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8f5e1fde1878db5078ed90cc17cbefaebe5ee71e",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/Properties.java",
      "new_id": "ae403646df2f7155c362248abbdaa90991456b1d",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/Properties.java"
    },
    {
      "type": "modify",
      "old_id": "a35976470a89f196e1ea4c9d6d170f691ae4ad3d",
      "old_mode": 33188,
      "old_path": "src/main/java/com/googlesource/gerrit/plugins/task/TaskTree.java",
      "new_id": "16126afeda81d8e0855fe7fc3801e166d817c253",
      "new_mode": 33188,
      "new_path": "src/main/java/com/googlesource/gerrit/plugins/task/TaskTree.java"
    }
  ]
}
