Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -42,7 +42,6 @@ public class ConvertedInputStream extends InputStream {
|
||||
private AudioInputStream pcmUlawInputStream;
|
||||
|
||||
public ConvertedInputStream(InputStream innerInputStream) throws UnsupportedAudioFileException, IOException {
|
||||
|
||||
pcmUlawInputStream = getULAWStream(new BufferedInputStream(innerInputStream));
|
||||
}
|
||||
|
||||
@@ -96,7 +95,6 @@ public class ConvertedInputStream extends InputStream {
|
||||
*/
|
||||
private AudioInputStream getULAWStream(InputStream originalInputStream)
|
||||
throws UnsupportedAudioFileException, IOException {
|
||||
|
||||
try {
|
||||
AudioInputStream audioInputStream = AudioSystem.getAudioInputStream(originalInputStream);
|
||||
AudioFormat format = audioInputStream.getFormat();
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The {@link DoorbirdConfig} class contains fields mapping thing configuration parameters
|
||||
* The {@link ControllerConfiguration} class contains fields mapping thing configuration parameters
|
||||
* for the Doorbird A1081 Controller..
|
||||
*
|
||||
* @author Mark Hilbush - Initial contribution
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* The {@link DoorbellConfig} class contains fields mapping thing configuration parameters
|
||||
* The {@link DoorbellConfiguration} class contains fields mapping thing configuration parameters
|
||||
* for doorbell thing types.
|
||||
*
|
||||
* @author Mark Hilbush - Initial contribution
|
||||
|
||||
Reference in New Issue
Block a user