Skip to content

Conversation

@time2die
Copy link
Owner

No description provided.

Aleksandr Karpov added 2 commits October 12, 2016 17:21
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.FileInputStream;
import java.io.FileNotFoundException;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkstyle] ERROR: Unused import - java.io.FileNotFoundException.

try (FileInputStream fis = new FileInputStream("beep.mp3")) {
Player pl = new Player(fis);
pl.play();
} catch (JavaLayerException | IOException e){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Checkstyle] ERROR: '{' is not preceded with whitespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants