Skip to content

Commit

Permalink
Merge pull request #4102 from square/jw.package-name.2024-03-18
Browse files Browse the repository at this point in the history
Fix package name
  • Loading branch information
JakeWharton committed Mar 18, 2024
2 parents 2d72b12 + 28225fe commit 9ae4f95
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import jakarta.xml.bind.JAXBContext;
import jakarta.xml.bind.JAXBException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import jakarta.xml.bind.JAXBContext;
import jakarta.xml.bind.JAXBException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import jakarta.xml.bind.JAXBContext;
import jakarta.xml.bind.JAXBException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@retrofit2.internal.EverythingIsNonNull
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlRootElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import static com.google.common.truth.Truth.assertThat;
import static junit.framework.TestCase.fail;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package retrofit2.converter.jaxb;
package retrofit2.converter.jaxb3;

enum Type {
OTHER,
Expand Down

0 comments on commit 9ae4f95

Please sign in to comment.