mirror of https://github.com/apache/jclouds.git
Merge pull request #922 from andrewgaul/checkstyle-newline-eof
Enforce newline at end of file via Checkstyle
This commit is contained in:
commit
7a46979e66
|
@ -100,4 +100,4 @@ public class AtmosApiMetadata extends BaseRestApiMetadata {
|
|||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,4 +87,4 @@ public class BYONApiMetadata extends BaseApiMetadata {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,4 +61,4 @@ public class CacheNodeStoreModule extends AbstractModule {
|
|||
}).toInstance(Suppliers.<LoadingCache<String, Node>> ofInstance(backing));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,4 +37,4 @@ import com.google.common.annotations.Beta;
|
|||
@Target(TYPE)
|
||||
public @interface ConfiguresNodeStore {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -114,4 +114,4 @@ public class YamlNodeStoreModule extends AbstractModule {
|
|||
Function<YamlNode, InputStream> yamlSerializer, Function<InputStream, YamlNode> yamlDeserializer) {
|
||||
return new TransformingMap<String, InputStream, YamlNode>(backing, yamlDeserializer, yamlSerializer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -209,4 +209,4 @@ public class YamlNode {
|
|||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -141,4 +141,4 @@ public class BYONComputeServiceAdapter implements JCloudsNativeComputeServiceAda
|
|||
public void suspendNode(String id) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,4 +60,4 @@ public class NodesParsedFromSupplier implements Supplier<LoadingCache<String, No
|
|||
return nodes;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -168,4 +168,4 @@ public class CacheNodeStoreModuleTest {
|
|||
map.put(key, Node.builder().id(id).name(name).build());
|
||||
store.getUnchecked(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -193,4 +193,4 @@ public class YamlNodeStoreModuleTest {
|
|||
map.put(key, new ByteArrayInputStream(String.format("id: %s\nname: %s\n", id, name).getBytes()));
|
||||
store.getUnchecked(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,4 +84,4 @@ public class NodesFromYamlTest {
|
|||
new NodesFromYamlStream().apply(Strings2.toInputStream(""));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,4 +37,4 @@ import javax.inject.Qualifier;
|
|||
@Qualifier
|
||||
public @interface CDNManagement {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -110,4 +110,4 @@ public class CloudFilesApiMetadata extends SwiftApiMetadata {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,4 +94,4 @@ public class CloudFilesAsyncBlobStore extends SwiftAsyncBlobStore {
|
|||
}, service);
|
||||
return returnVal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,4 +50,4 @@ public class EnableCDNAndCache implements Function<String, URI> {
|
|||
return uri;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -250,4 +250,4 @@ public class CloudFilesClientExpectTest extends BaseCloudFilesRestClientExpectTe
|
|||
|
||||
cdnContainerClient.setCDNStaticWebsiteError("container", "error.html");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,4 +94,4 @@ public class CloudLoadBalancersApiMetadata extends BaseRestApiMetadata {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,4 +36,4 @@ import javax.inject.Qualifier;
|
|||
@Qualifier
|
||||
public @interface LoadBalancer {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,4 +36,4 @@ import javax.inject.Qualifier;
|
|||
@Qualifier
|
||||
public @interface Node {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,4 +59,4 @@ public final class AppendAccountIdToURI implements Function<Supplier<URI>, Suppl
|
|||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,4 +71,4 @@ public class ConvertLB implements Function<LB, LoadBalancer> {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@ class LB extends BaseLoadBalancer<Node, LB> {
|
|||
Map<String, Date> created = Maps.newLinkedHashMap();
|
||||
Map<String, Date> updated = Maps.newLinkedHashMap();
|
||||
Map<String, Boolean> connectionLogging = Maps.newLinkedHashMap();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,4 +71,4 @@ public class UnwrapLoadBalancer implements Function<HttpResponse, LoadBalancer>,
|
|||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,4 +72,4 @@ public class UnwrapLoadBalancers implements Function<HttpResponse, Set<LoadBalan
|
|||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,4 +52,4 @@ public class CloudLoadBalancersBindLoadBalancerStrategiesByClass extends BindLoa
|
|||
protected Class<? extends ListLoadBalancersStrategy> defineListLoadBalancersStrategy() {
|
||||
return CloudLoadBalancersListLoadBalancersStrategy.class;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,4 +71,4 @@ public class LoadBalancerToLoadBalancerMetadata implements Function<LoadBalancer
|
|||
|
||||
}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,4 +55,4 @@ public class CloudLoadBalancersGetLoadBalancerMetadataStrategy implements GetLoa
|
|||
return converter.apply(client.getLoadBalancerClient(region).getLoadBalancer(lbId));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,4 +50,4 @@ public class RegionUrisFromPropertiesAndAccountIDPathSuffix extends RegionIdToUR
|
|||
public Map<String, Supplier<URI>> get() {
|
||||
return Maps.transformValues(super.get(), filter);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -129,4 +129,4 @@ public abstract class BaseCloudLoadBalancersAsyncClientTest<T> extends BaseAsync
|
|||
return new CloudLoadBalancersApiMetadata();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -93,4 +93,4 @@ public class CloudServersApiMetadata extends BaseRestApiMetadata {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,4 +96,4 @@ public final class GetImageWhenStatusActivePredicateWithResult implements Predic
|
|||
}).orNull();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,4 +125,4 @@ public class CloudServersComputeServiceAdapter implements ComputeServiceAdapter<
|
|||
throw new UnsupportedOperationException("suspend not supported");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,4 +53,4 @@ public class CloudServersExpectTest extends BaseCloudServersRestClientExpectTest
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,4 +101,4 @@ public class CloudSigmaApiMetadata extends BaseRestApiMetadata {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -241,4 +241,4 @@ public class CloudSigmaComputeServiceAdapter implements
|
|||
public void suspendNode(String id) {
|
||||
client.stopServer(id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -128,4 +128,4 @@ public class CloudSigmaComputeServiceContextModule extends
|
|||
protected TemplateOptions templateOptions() {
|
||||
return new CloudSigmaTemplateOptions();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,4 +86,4 @@ public class ParseOsFamilyVersion64BitFromImageName implements Function<String,
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,4 +64,4 @@ public class PreinstalledDiskToImage implements Function<DriveInfo, Image> {
|
|||
.location(locationSupplier.get()).name(drive.getName()).description(description)
|
||||
.operatingSystem(builder.build()).status(Status.AVAILABLE).version("").build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,4 +48,4 @@ public enum AffinityType {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,4 +82,4 @@ public class BlockDevice extends Device {
|
|||
public String toString() {
|
||||
return "[id=" + getId() + ", driveUuid=" + driveUuid + ", mediaType=" + mediaType + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,4 +53,4 @@ public enum ClaimType {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -167,4 +167,4 @@ public class CreateDriveRequest extends Drive {
|
|||
+ ", readers=" + readers + ", use=" + use + ", avoid=" + avoid
|
||||
+ ", encryptionCipher=" + encryptionCipher + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,4 +104,4 @@ public abstract class Device {
|
|||
public String toString() {
|
||||
return "[driveUuid=" + driveUuid + ", mediaType=" + mediaType + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -212,4 +212,4 @@ public class Drive extends Item {
|
|||
+ ", tags=" + tags + ", readers=" + readers + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,4 +84,4 @@ public class DriveData extends Drive {
|
|||
Iterable<String> tags, Iterable<String> readers, Iterable<String> use) {
|
||||
super(uuid, name, size, claimType, tags, readers, use);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -469,4 +469,4 @@ public class DriveInfo extends Drive {
|
|||
+ ", imaging=" + imaging + ", metrics=" + metrics + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -135,4 +135,4 @@ public class DriveMetrics {
|
|||
return "[readBytes=" + readBytes + ", readRequests=" + readRequests + ", writeBytes=" + writeBytes
|
||||
+ ", writeRequests=" + writeRequests + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,4 +44,4 @@ public enum DriveStatus {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,4 +44,4 @@ public enum DriveType {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -94,4 +94,4 @@ public class IDEDevice extends Device {
|
|||
public String toString() {
|
||||
return "[id=" + getId() + ", driveUuid=" + driveUuid + ", mediaType=" + mediaType + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -166,4 +166,4 @@ public class Item {
|
|||
return "[uuid=" + uuid + ", name=" + name + ", use=" + use + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,4 +46,4 @@ public enum MediaType {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@ public enum Model {
|
|||
return UNRECOGNIZED;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -173,4 +173,4 @@ public class NIC {
|
|||
public String toString() {
|
||||
return "[dhcp=" + dhcp + ", model=" + model + ", vlan=" + vlan + ", mac=" + mac + ", block=" + block + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -194,4 +194,4 @@ public class ProfileInfo {
|
|||
+ ", nickName=" + nickName + ", type=" + type + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@ public enum ProfileType {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -90,4 +90,4 @@ public class SCSIDevice extends Device {
|
|||
public String toString() {
|
||||
return "[id=" + getId() + ", driveUuid=" + driveUuid + ", mediaType=" + mediaType + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -289,4 +289,4 @@ public class Server extends Item {
|
|||
+ nics + ", vnc=" + vnc + ", description=" + description + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -254,4 +254,4 @@ public class ServerInfo extends Server {
|
|||
+ metrics + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,4 +152,4 @@ public class ServerMetrics {
|
|||
+ driveMetrics + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@ public enum ServerStatus {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -227,4 +227,4 @@ public class StaticIPInfo {
|
|||
+ nameservers + ", gateway=" + gateway + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -162,4 +162,4 @@ public class VLANInfo {
|
|||
return "[uuid=" + uuid + ", name=" + name + ", user=" + user + "]";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,4 +101,4 @@ public class VNC {
|
|||
public String toString() {
|
||||
return "[ip=" + ip + ", password=" + password + ", tls=" + tls + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,4 +53,4 @@ public class BaseDriveToMap implements Function<Drive, Map<String, String>> {
|
|||
builder.put("use", Joiner.on(' ').join(from.getUse()));
|
||||
return builder.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,4 +46,4 @@ public class DriveDataToMap implements Function<DriveData, Map<String, String>>
|
|||
public Map<String, String> apply(DriveData from) {
|
||||
return renameKey(baseDriveToMap.apply(from), "use", "use");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ public class KeyValuesDelimitedByBlankLinesToDriveInfo implements Function<HttpR
|
|||
return null;
|
||||
return Iterables.get(drives, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ public class KeyValuesDelimitedByBlankLinesToProfileInfo implements Function<Htt
|
|||
return null;
|
||||
return Iterables.get(drives, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ public class KeyValuesDelimitedByBlankLinesToServerInfo implements Function<Http
|
|||
return null;
|
||||
return Iterables.get(drives, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ public class KeyValuesDelimitedByBlankLinesToStaticIPInfo implements Function<Ht
|
|||
return null;
|
||||
return Iterables.get(drives, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ public class KeyValuesDelimitedByBlankLinesToVLANInfo implements Function<HttpRe
|
|||
return null;
|
||||
return Iterables.get(drives, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,4 +56,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet implements Funct
|
|||
return ImmutableSet.<DriveInfo> of();
|
||||
return ImmutableSet.copyOf(Iterables.transform(mapConverter.apply(text), mapToDrive));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,4 +57,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToListOfMaps implements Functio
|
|||
}
|
||||
return maps;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,4 +56,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToProfileInfoSet implements Fun
|
|||
return ImmutableSet.<ProfileInfo> of();
|
||||
return ImmutableSet.copyOf(Iterables.transform(mapConverter.apply(text), mapToProfile));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,4 +57,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet implements Func
|
|||
return ImmutableSet.<ServerInfo> of();
|
||||
return ImmutableSet.copyOf(Iterables.transform(mapConverter.apply(text), mapToServer));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,4 +56,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet implements Fu
|
|||
return ImmutableSet.<StaticIPInfo> of();
|
||||
return ImmutableSet.copyOf(Iterables.transform(mapConverter.apply(text), mapToProfile));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,4 +56,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToVLANInfoSet implements Functi
|
|||
return ImmutableSet.<VLANInfo> of();
|
||||
return ImmutableSet.copyOf(Iterables.transform(mapConverter.apply(text), mapToProfile));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,4 +54,4 @@ public class ListOfMapsToListOfKeyValuesDelimitedByBlankLines implements
|
|||
|
||||
}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -98,4 +98,4 @@ public class MapToDevices implements Function<Map<String, String>, Map<String, ?
|
|||
deviceBuilder.mediaType(MediaType.fromValue(from.get(key + ":media")));
|
||||
return deviceBuilder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -113,4 +113,4 @@ public class MapToDriveInfo implements Function<Map<String, String>, DriveInfo>
|
|||
metricsBuilder.writeRequests(Long.valueOf(from.get("write:requests")));
|
||||
return metricsBuilder.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,4 +83,4 @@ public class MapToDriveMetrics implements Function<Map<String, String>, Map<Stri
|
|||
builder.writeRequests(Long.valueOf(from.get(key + ":write:requests")));
|
||||
return builder.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,4 +55,4 @@ public class MapToNICs implements Function<Map<String, String>, List<NIC>> {
|
|||
}
|
||||
return nics.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,4 +59,4 @@ public class MapToProfileInfo implements Function<Map<String, String>, ProfileIn
|
|||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -90,4 +90,4 @@ public class MapToServerInfo implements Function<Map<String, String>, ServerInfo
|
|||
builder.metrics(mapToMetrics.apply(from));
|
||||
return builder.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,4 +56,4 @@ public class MapToServerMetrics implements Function<Map<String, String>, ServerM
|
|||
ServerMetrics metrics = metricsBuilder.build();
|
||||
return metrics;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,4 +59,4 @@ public class MapToStaticIPInfo implements Function<Map<String, String>, StaticIP
|
|||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,4 +55,4 @@ public class MapToVLANInfo implements Function<Map<String, String>, VLANInfo> {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ public class ReturnPayload implements Function<HttpResponse, Payload> {
|
|||
public Payload apply(HttpResponse from) {
|
||||
return from.getPayload();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,4 +77,4 @@ public class ServerToMap implements Function<Server, Map<String, String>> {
|
|||
builder.put("use", Joiner.on(' ').join(from.getUse()));
|
||||
return builder.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,4 +51,4 @@ public class SplitNewlines implements Function<HttpResponse, Set<String>> {
|
|||
public Set<String> apply(HttpResponse response) {
|
||||
return newTreeSet(filter(Splitter.on('\n').split(returnStringIf200.apply(response)), not(equalTo(""))));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,4 +63,4 @@ public class SplitNewlinesAndReturnSecondField extends SplitNewlines {
|
|||
|
||||
}), Predicates.notNull()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -82,4 +82,4 @@ public class Servers {
|
|||
return Server.Builder.fromServer(in).nics(ImmutableSet.of(new NIC.Builder().model(Model.E1000).dhcp(ip).build()))
|
||||
.build();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,4 +78,4 @@ public class BindCloneDriveOptionsToPlainTextStringTest {
|
|||
verify(md);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,4 +83,4 @@ public class BindDriveDataToPlainTextStringTest {
|
|||
Strings2.toStringAndClose(BindDriveDataToPlainTextStringTest.class.getResourceAsStream("/drive_data.txt")));
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,4 +86,4 @@ public class BindDriveToPlainTextStringTest {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -88,4 +88,4 @@ public class BindServerToPlainTextStringTest {
|
|||
assertEquals(request.getPayload().getRawContent(), CREATED_SERVER);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,4 +63,4 @@ public class BaseDriveToMapTest {
|
|||
);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -66,4 +66,4 @@ public class DriveDataToMapTest {
|
|||
);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,4 +76,4 @@ public class KeyValuesDelimitedByBlankLinesToServerInfoTest {
|
|||
assertEquals(FN.apply(HttpResponse.builder().statusCode(200).message("").payload(MapToServerInfoTest.class
|
||||
.getResourceAsStream("/new_server.txt")).build()), MapToServerInfoTest.NEW);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,4 +62,4 @@ public class ListOfKeyValuesDelimitedByBlankLinesToListOfMapsTest {
|
|||
ImmutableList.of(ImmutableMap.of("key1", "value1", "key2", "value2"),
|
||||
ImmutableMap.of("key1", "v1", "key2", "v2")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue