Remove level="9" here (oops) and add a dump target for debugging
[zxing.git] / javame / src-basic / com / google / zxing / client / j2me / AdvancedMultimediaManager.java
index 84e43c2..7394c26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 Google Inc.
+ * Copyright 2007 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
 package com.google.zxing.client.j2me;
 
 import javax.microedition.media.Controllable;
-import javax.microedition.media.MediaException;
 
 /**
  * <p>See this exact same class under the "src" source root for a full explanation.
@@ -34,7 +33,7 @@ final class AdvancedMultimediaManager {
 
   // These signatures must match those in the other class exactly
 
-  static void setFocus(Controllable player) throws MediaException {
+  static void setFocus(Controllable player) {
     // do nothing
   }
 
@@ -42,4 +41,8 @@ final class AdvancedMultimediaManager {
     // do nothing
   }
 
+  static void setExposure(Controllable player) {
+    // do nothing
+  }
+
 }
\ No newline at end of file