-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove subclassing due to missing support in Lombok (see: projectlomb…
…ok/lombok#853 and projectlombok/lombok#1337) to ensure fluent usage patterns illustrated in GrafanaClientDashboardIntegrationTest continue to work
- Loading branch information
1 parent
f53a2d3
commit 71e6129
Showing
13 changed files
with
125 additions
and
264 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
src/main/java/com/appnexus/grafana/client/models/AbsoluteDashboardPanelLink.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
src/main/java/com/appnexus/grafana/client/models/AlertListDashboardPanel.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
src/main/java/com/appnexus/grafana/client/models/DashboardAnnotationListDeserializer.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/java/com/appnexus/grafana/client/models/Datasource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.appnexus.grafana.client.models; | ||
|
||
final public class Datasource { | ||
public static final String BUILTIN_DATASOURCE_NAME = "-- Grafana --"; | ||
} |
Oops, something went wrong.