Skip to content

Commit

Permalink
Update Plant.java
Browse files Browse the repository at this point in the history
javax replaced with jakarta in spring boot 3.x
  • Loading branch information
nehbehl authored Nov 6, 2024
1 parent ca60143 commit b617d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.udacity.jdnd.course3.lesson3.controller.Views;
import org.hibernate.annotations.Nationalized;

import javax.persistence.*;
import jakarta.persistence.*;
import java.math.BigDecimal;

@Entity
Expand Down

0 comments on commit b617d24

Please sign in to comment.