Skip to content

Commit becb6a2

Browse files
authored
Remove deprecated, unused method (#53)
1 parent 14ca6d4 commit becb6a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/org/labkey/remoteapi/Connection.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,6 @@ protected void afterExecute()
310310
}
311311
}
312312

313-
@Deprecated // Not used. Left for backwards compatibility with AccountsManager.updateSiteExpirationBanner(). TODO: Delete!
314-
public void ensureAuthenticated() throws IOException, CommandException
315-
{
316-
}
317-
318313
/**
319314
* Invalidates the current HTTP session on the server, if any
320315
*

0 commit comments

Comments
 (0)