]> source.dussan.org Git - jgit.git/commit
FileMode: Remove unnecessary @SuppressWarnings("synthetic-access") 78/103678/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 25 Aug 2017 08:03:28 +0000 (17:03 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Sat, 26 Aug 2017 00:57:11 +0000 (20:57 -0400)
commit0e12692d8cff234525a889bbf540a8d2504dfb46
tree0ef4d9e6d6f2eeae8af1eac2462f8c30d46beb8e
parentd979dfd00c64a57d035eeb0132d67c5532531357
FileMode: Remove unnecessary @SuppressWarnings("synthetic-access")

In Eclipse Oxygen, the following warning is emitted:

  At least one of the problems in category 'synthetic-access' is not
  analysed due to a compiler option being ignored

Removing the suppression gets rid of the warning.

Change-Id: Ibfe5cc1e347150b699f54e2f204ab5ee770da202
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/FileMode.java