Fixed java doc

This commit is contained in:
nathan 2016-02-11 02:02:19 +01:00
parent 7331334512
commit 50f79571ef

View File

@ -65,7 +65,7 @@ class Notify {
} }
/** /**
* Builder pattern to create the growl notification. * Builder pattern to create the notification.
*/ */
public static public static
Notify create() { Notify create() {
@ -73,8 +73,8 @@ class Notify {
} }
/** /**
* Permits one to override the default images for the dialogs. This is NOT thread safe, and must be performed BEFORE using the GROWL * Permits one to override the default images for the dialogs. This is NOT thread safe, and must be performed BEFORE showing a
* system. * notification.
* <p> * <p>
* The image names are as follows: * The image names are as follows:
* <p> * <p>