Skip to content

Commit

Permalink
Revert "Move SessionRepository classes to repository package"
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Mar 10, 2023
1 parent 7e6b0e4 commit 79cdb7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@

package org.cbioportal.session_service.domain;

import org.cbioportal.session_service.repository.SessionRepositoryCustom;
import org.cbioportal.session_service.domain.internal.SessionRepositoryCustom;

import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.mongodb.repository.Query;

/**
* @author Manda Wilson
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package org.cbioportal.session_service.repository;
package org.cbioportal.session_service.domain.internal;

import org.cbioportal.session_service.domain.Session;
import org.cbioportal.session_service.domain.SessionType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

package org.cbioportal.session_service.repository;
package org.cbioportal.session_service.domain.internal;

import org.bson.Document;
import org.cbioportal.session_service.domain.Session;
Expand Down

0 comments on commit 79cdb7b

Please sign in to comment.