Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix checkstyle and similar
Browse files Browse the repository at this point in the history
  • Loading branch information
SerialVelocity committed Aug 16, 2016
1 parent 9a27fe9 commit f5fa291
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.io.IOException;
import java.util.concurrent.Callable;

import com.google.common.base.Preconditions;
import com.palantir.atlasdb.config.AtlasDbConfig;
import com.palantir.atlasdb.config.AtlasDbConfigs;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
*/
package com.palantir.atlasdb.dropwizard;

import java.util.Map;

import com.google.common.collect.ImmutableMap;
import com.palantir.atlasdb.dropwizard.commands.AtlasDbCliCommand;
import com.palantir.atlasdb.dropwizard.commands.AtlasDbCommand;
import com.palantir.atlasdb.dropwizard.commands.AtlasDbConsoleCommand;
import com.palantir.atlasdb.dropwizard.commands.AtlasDbCliCommand;

import io.dropwizard.Configuration;
import io.dropwizard.cli.ConfiguredCommand;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2016 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.palantir.atlasdb.dropwizard.commands;

import java.util.List;
Expand Down

0 comments on commit f5fa291

Please sign in to comment.