Skip to content

Commit

Permalink
[#12048] Remove redundant InstructorRole Enum (#12091)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Feb 26, 2023
1 parent 6b7c460 commit 6e1ae71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
1 change: 1 addition & 0 deletions src/main/java/teammates/ui/output/InstructorData.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import javax.annotation.Nullable;

import teammates.common.datatransfer.InstructorPermissionRole;
import teammates.common.datatransfer.attributes.InstructorAttributes;

/**
Expand Down
65 changes: 0 additions & 65 deletions src/main/java/teammates/ui/output/InstructorPermissionRole.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import javax.annotation.Nullable;

import teammates.ui.output.InstructorPermissionRole;
import teammates.common.datatransfer.InstructorPermissionRole;

/**
* The create request for an instructor to be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

import org.testng.annotations.Test;

import teammates.common.datatransfer.InstructorPermissionRole;
import teammates.common.datatransfer.attributes.InstructorAttributes;
import teammates.common.datatransfer.attributes.StudentAttributes;
import teammates.common.util.Const;
import teammates.ui.output.InstructorData;
import teammates.ui.output.InstructorPermissionRole;
import teammates.ui.output.InstructorsData;
import teammates.ui.output.JoinState;
import teammates.ui.request.Intent;
Expand Down

0 comments on commit 6e1ae71

Please sign in to comment.