Skip to content

Commit

Permalink
Remove unused ApiVersionUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jul 17, 2020
1 parent 087e6b8 commit 8260f4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
*/
package io.fabric8.volumesnapshot.client;

public interface NamespacedVolumeSnapshotClient extends io.fabric8.volumesnapshot.client.VolumeSnapshotClient,
io.fabric8.volumesnapshot.client.GenericVolumeSnapshotClient<NamespacedVolumeSnapshotClient> {
public interface NamespacedVolumeSnapshotClient extends VolumeSnapshotClient, GenericVolumeSnapshotClient<NamespacedVolumeSnapshotClient> {
}

This file was deleted.

0 comments on commit 8260f4a

Please sign in to comment.