forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-33107 add the ability to scale point grades (sakaiproject#6095)
* SAK-33107 add the ability to scale point grades * Back out the codestyle changes SAK-33107 * SAK-33107 Add back in scaleGrades changes * Removed duplicate import SAK-33107
- Loading branch information
1 parent
6b3b233
commit f0aedb7
Showing
8 changed files
with
293 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/UiMode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
package org.sakaiproject.gradebookng.tool.model; | ||
|
||
/** | ||
* Generic enum to signal an add or edit | ||
*/ | ||
public enum UiMode { | ||
ADD, | ||
EDIT; | ||
} |
Oops, something went wrong.