@@ -194,7 +194,6 @@ GHApp wrapUp(GitHub root) {
194194 * @see <a href="https://developer.github.com/v3/apps/#list-installations">List installations</a>
195195 */
196196 @ Preview (MACHINE_MAN )
197- @ Deprecated
198197 public PagedIterable <GHAppInstallation > listInstallations () {
199198 return root .createRequest ()
200199 .withPreview (MACHINE_MAN )
@@ -215,7 +214,6 @@ public PagedIterable<GHAppInstallation> listInstallations() {
215214 * @see <a href="https://developer.github.com/v3/apps/#get-an-installation">Get an installation</a>
216215 */
217216 @ Preview (MACHINE_MAN )
218- @ Deprecated
219217 public GHAppInstallation getInstallationById (long id ) throws IOException {
220218 return root .createRequest ()
221219 .withPreview (MACHINE_MAN )
@@ -238,7 +236,6 @@ public GHAppInstallation getInstallationById(long id) throws IOException {
238236 * installation</a>
239237 */
240238 @ Preview (MACHINE_MAN )
241- @ Deprecated
242239 public GHAppInstallation getInstallationByOrganization (String name ) throws IOException {
243240 return root .createRequest ()
244241 .withPreview (MACHINE_MAN )
@@ -263,7 +260,6 @@ public GHAppInstallation getInstallationByOrganization(String name) throws IOExc
263260 * installation</a>
264261 */
265262 @ Preview (MACHINE_MAN )
266- @ Deprecated
267263 public GHAppInstallation getInstallationByRepository (String ownerName , String repositoryName ) throws IOException {
268264 return root .createRequest ()
269265 .withPreview (MACHINE_MAN )
@@ -285,7 +281,6 @@ public GHAppInstallation getInstallationByRepository(String ownerName, String re
285281 * @see <a href="https://developer.github.com/v3/apps/#get-a-user-installation">Get a user installation</a>
286282 */
287283 @ Preview (MACHINE_MAN )
288- @ Deprecated
289284 public GHAppInstallation getInstallationByUser (String name ) throws IOException {
290285 return root .createRequest ()
291286 .withPreview (MACHINE_MAN )
0 commit comments