Merge "DO NOT MERGE: Remove InterruptedException from stub NsdService#create" into sc-mainline-prod
diff --git a/buildstubs-t/stubs-src/com/android/server/NsdService.java b/buildstubs-t/stubs-src/com/android/server/NsdService.java
index 4a3ba90..0c625f0 100644
--- a/buildstubs-t/stubs-src/com/android/server/NsdService.java
+++ b/buildstubs-t/stubs-src/com/android/server/NsdService.java
@@ -26,7 +26,7 @@
*/
public final class NsdService extends Binder {
/** Create instance */
- public static NsdService create(Context ctx) throws InterruptedException {
+ public static NsdService create(Context ctx) {
throw new RuntimeException("This is a stub class");
}
}