am 3ce86481: Remove canBeFormatted().

* commit '3ce86481cbde92e2cb6fe3a46cbedd8b2a5c4b48':
  Remove canBeFormatted().
This commit is contained in:
Jeff Hamilton
2010-12-22 09:42:16 -08:00
committed by Android Git Automerger
2 changed files with 1 additions and 10 deletions

View File

@@ -140,6 +140,7 @@ public final class Ndef extends BasicTagTechnology {
return null;
}
}
/**
* Overwrite the primary NDEF message
* @throws IOException

View File

@@ -44,16 +44,6 @@ public final class NdefFormatable extends BasicTagTechnology {
super(adapter, tag, tech);
}
/**
* Returns whether a tag can be formatted with {@link
* NdefFormatable#format(NdefMessage)}
*/
public boolean canBeFormatted() throws IOException {
checkConnected();
throw new UnsupportedOperationException();
}
/**
* Formats a tag as NDEF, if possible. You may supply a first
* NdefMessage to be written on the tag.