File tree 8 files changed +8
-8
lines changed
retrofit-converters/jaxb3/src
main/java/retrofit2/converter/jaxb3
test/java/retrofit2/converter/jaxb3
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import jakarta .xml .bind .JAXBContext ;
19
19
import jakarta .xml .bind .JAXBException ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import jakarta .xml .bind .JAXBContext ;
19
19
import jakarta .xml .bind .JAXBException ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import jakarta .xml .bind .JAXBContext ;
19
19
import jakarta .xml .bind .JAXBException ;
Original file line number Diff line number Diff line change 1
1
@ retrofit2 .internal .EverythingIsNonNull
2
- package retrofit2 .converter .jaxb ;
2
+ package retrofit2 .converter .jaxb3 ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import jakarta .xml .bind .annotation .XmlElement ;
19
19
import jakarta .xml .bind .annotation .XmlRootElement ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import static com .google .common .truth .Truth .assertThat ;
19
19
import static junit .framework .TestCase .fail ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
import jakarta .xml .bind .annotation .XmlAttribute ;
19
19
import jakarta .xml .bind .annotation .XmlElement ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package retrofit2 .converter .jaxb ;
16
+ package retrofit2 .converter .jaxb3 ;
17
17
18
18
enum Type {
19
19
OTHER ,
You can’t perform that action at this time.
0 commit comments