Skip to content

Commit

Permalink
Warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanSweet committed Jun 2, 2014
1 parent b4faa43 commit 802f135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.badlogic.gdx.backends.iosrobovm;

/** An IOSViewControllerListener can be added to an {@link IOSApplication} via {@link IOSApplication#addViewControllerListener(ViewControllerListener)}. It
* will receive notification of view events.</p>
/** An IOSViewControllerListener can be added to an {@link IOSApplication} via
* {@link IOSApplication#addViewControllerListener(IOSViewControllerListener)}. It will receive notification of view events.</p>
*
* The methods will be invoked on the UI thread.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class SettingsDialog extends JDialog {
private JTextField mavenTextField;
private JCheckBox ideaBox;
private JCheckBox eclipseBox;
private JCheckBox offlineBox;
JCheckBox offlineBox;
private String mavenSnapshot;
private boolean ideaSnapshot;
private boolean eclipseSnapshot;
Expand Down

0 comments on commit 802f135

Please sign in to comment.