Skip to content

Commit

Permalink
Merge pull request #50 from cBioPortal/revert-45-clean_domain_depende…
Browse files Browse the repository at this point in the history
…ncy_jar

Revert "Move SessionRepository classes to repository package"
  • Loading branch information
inodb authored Mar 10, 2023
2 parents 7e6b0e4 + 79cdb7b commit 8f8d3d2
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 8f8d3d2

Please sign in to comment.