Skip to content

Commit

Permalink
Remove bigtable app profile (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo authored Sep 29, 2020
1 parent 7b6d65b commit ccb76f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.erikmafo</groupId>
<artifactId>bigtableviewer</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
<packaging>jar</packaging>
<name>bigtableviewer</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

public class BigtableSettingsProviderImpl implements BigtableSettingsProvider {

private static final String BIGTABLE_VIEWER = "bigtable-viewer";
private final CredentialsProvider credentialsProvider;

@Inject
Expand All @@ -30,7 +29,6 @@ public BigtableTableAdminSettings getTableAdminSettings(BigtableInstance instanc
@Override
public BigtableDataSettings getDataSettings(BigtableInstance instance) {
return BigtableDataSettings.newBuilder()
.setAppProfileId(BIGTABLE_VIEWER)
.setCredentialsProvider(credentialsProvider)
.setProjectId(instance.getProjectId())
.setInstanceId(instance.getInstanceId())
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

.has-spacing {
-fx-spacing: 5;
-fx-spacing: 10px;
}

0 comments on commit ccb76f7

Please sign in to comment.