Skip to content

Commit

Permalink
Merge pull request #59 from wafflestudio/hotfix-typo
Browse files Browse the repository at this point in the history
chore: correct import class track
  • Loading branch information
yeonsumia authored Mar 10, 2022
2 parents db9b53a + ef99c75 commit 78d8bbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.wafflestudio.msns.domain.track.repository

import com.wafflestudio.msns.domain.track.model.Track
import org.springframework.data.jpa.repository.JpaRepository
import javax.sound.midi.Track

interface TrackRepository : JpaRepository<Track, Long?>

0 comments on commit 78d8bbd

Please sign in to comment.