File tree Expand file tree Collapse file tree 11 files changed +22
-11
lines changed
send-notification/src/main/java/fr/jcgay/notification/notifier Expand file tree Collapse file tree 11 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .additional ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .DiscoverableNotifier ;
56import fr .jcgay .notification .MultipleSendNotificationException ;
@@ -148,7 +149,7 @@ public boolean equals(Object obj) {
148149
149150 @ Override
150151 public String toString () {
151- return Objects .toStringHelper (this )
152+ return MoreObjects .toStringHelper (this )
152153 .add ("secondary" , secondary )
153154 .add ("primary" , primary )
154155 .add ("notifyWithSecondaryNotifiers" , notifyWithSecondaryNotifiers )
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .anybar ;
22
33import com .google .common .annotations .VisibleForTesting ;
4+ import com .google .common .base .MoreObjects ;
45import com .google .common .base .Objects ;
56import fr .jcgay .notification .Application ;
67import fr .jcgay .notification .DiscoverableNotifier ;
@@ -117,7 +118,7 @@ public boolean equals(Object obj) {
117118
118119 @ Override
119120 public String toString () {
120- return Objects .toStringHelper (this )
121+ return MoreObjects .toStringHelper (this )
121122 .add ("configuration" , configuration )
122123 .add ("application" , application )
123124 .toString ();
Original file line number Diff line number Diff line change 55import com .google .code .jgntp .GntpClient ;
66import com .google .code .jgntp .GntpNotification ;
77import com .google .code .jgntp .GntpNotificationInfo ;
8+ import com .google .common .base .MoreObjects ;
89import com .google .common .base .Objects ;
910import fr .jcgay .notification .Application ;
1011import fr .jcgay .notification .DiscoverableNotifier ;
@@ -152,7 +153,7 @@ public boolean equals(Object obj) {
152153
153154 @ Override
154155 public String toString () {
155- return Objects .toStringHelper (this )
156+ return MoreObjects .toStringHelper (this )
156157 .add ("application" , application )
157158 .add ("configuration" , configuration )
158159 .add ("logListener" , logListener )
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .kdialog ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .Application ;
56import fr .jcgay .notification .DiscoverableNotifier ;
@@ -101,7 +102,7 @@ public boolean equals(Object obj) {
101102
102103 @ Override
103104 public String toString () {
104- return Objects .toStringHelper (this )
105+ return MoreObjects .toStringHelper (this )
105106 .add ("configuration" , configuration )
106107 .add ("application" , application )
107108 .toString ();
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .notificationcenter ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .DiscoverableNotifier ;
56import fr .jcgay .notification .Notification ;
@@ -102,7 +103,7 @@ public boolean equals(Object obj) {
102103
103104 @ Override
104105 public String toString () {
105- return Objects .toStringHelper (this )
106+ return MoreObjects .toStringHelper (this )
106107 .add ("configuration" , configuration )
107108 .toString ();
108109 }
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .notificationcenter ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .Application ;
56import fr .jcgay .notification .DiscoverableNotifier ;
@@ -120,7 +121,7 @@ public boolean equals(Object obj) {
120121
121122 @ Override
122123 public String toString () {
123- return Objects .toStringHelper (this )
124+ return MoreObjects .toStringHelper (this )
124125 .add ("application" , application )
125126 .add ("configuration" , configuration )
126127 .toString ();
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .notifu ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .Application ;
56import fr .jcgay .notification .DiscoverableNotifier ;
@@ -120,7 +121,7 @@ public boolean equals(Object obj) {
120121
121122 @ Override
122123 public String toString () {
123- return Objects .toStringHelper (this )
124+ return MoreObjects .toStringHelper (this )
124125 .add ("configuration" , configuration )
125126 .add ("application" , application )
126127 .toString ();
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .notifysend ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .Application ;
56import fr .jcgay .notification .DiscoverableNotifier ;
@@ -114,7 +115,7 @@ public boolean equals(Object obj) {
114115
115116 @ Override
116117 public String toString () {
117- return Objects .toStringHelper (this )
118+ return MoreObjects .toStringHelper (this )
118119 .add ("application" , application )
119120 .add ("configuration" , configuration )
120121 .toString ();
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .snarl ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import com .google .common .io .Closeables ;
56import fr .jcgay .notification .Application ;
@@ -124,7 +125,7 @@ public boolean equals(Object obj) {
124125
125126 @ Override
126127 public String toString () {
127- return Objects .toStringHelper (this )
128+ return MoreObjects .toStringHelper (this )
128129 .add ("application" , application )
129130 .add ("configuration" , configuration )
130131 .toString ();
Original file line number Diff line number Diff line change 11package fr .jcgay .notification .notifier .systemtray ;
22
3+ import com .google .common .base .MoreObjects ;
34import com .google .common .base .Objects ;
45import fr .jcgay .notification .Application ;
56import fr .jcgay .notification .DiscoverableNotifier ;
@@ -118,7 +119,7 @@ public boolean equals(Object obj) {
118119
119120 @ Override
120121 public String toString () {
121- return Objects .toStringHelper (this )
122+ return MoreObjects .toStringHelper (this )
122123 .add ("application" , application )
123124 .toString ();
124125 }
You can’t perform that action at this time.
0 commit comments