diff options
Diffstat (limited to 'src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java')
-rw-r--r-- | src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java b/src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java index 865f5d6..d3690af 100644 --- a/src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java +++ b/src/main/java/com/p4square/f1oauth/FellowshipOneIntegrationDriver.java @@ -52,4 +52,11 @@ public class FellowshipOneIntegrationDriver implements IntegrationDriver { public ProgressReporter getProgressReporter() { return mProgressReporter; } + + @Override + public boolean doHealthCheck() { + // Since I no longer have access to an F1 account, + // this will remain unimplemented until it's needed. + throw new UnsupportedOperationException("Health check is not yet implemented for the F1 driver."); + } } |