Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fixed the ordering of the filter scopes to be in descending order
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Mar 16, 2017
1 parent 4f472a9 commit a42baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/QueryFilterScope.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* This file is part of the Nebula Framework project, released under the MIT License. *
* See LICENSE file or go to https://github.com/jongpie/NebulaFramework for full license details. *
*************************************************************************************************/
public enum QueryFilterScope {EVERYTHING, MINE, TEAM}
public enum QueryFilterScope {EVERYTHING, TEAM, MINE}

0 comments on commit a42baba

Please sign in to comment.