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
// The mapper generated by MapStruct without fixes (commented out code) | |
package com.transferwise.swiftprocessor.mapper.event; | |
import javax.annotation.processing.Generated; | |
@Generated( | |
value = "org.mapstruct.ap.MappingProcessor", | |
date = "2024-01-17T22:06:57+0000", | |
comments = "version: 1.5.3.Final, compiler: IncrementalProcessingEnvironment from gradle-language-java-7.4.2.jar, environment: Java 17.0.9 (Azul Systems, Inc.)" | |
) |
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
package net.sarmady.contactcarswithtabs.utils; | |
import com.squareup.okhttp.Request; | |
import java.io.IOException; | |
import okio.Buffer; | |
/** | |
* Created by mSobhy on 8/30/15.<br/> |