Skip to content

Commit

Permalink
fix up the remaining MUP->MUI conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Jan 1, 2018
1 parent d7d31e1 commit fa7eda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6259,5 +6259,5 @@ if (shouldCalcHalting && (calculateHaltingProbability() > 0) { }
<BugCode abbrev="UAC">Unnecessary Api Conversion</BugCode>
<BugCode abbrev="RFI">Reflection Issues</BugCode>
<BugCode abbrev="AI">Annotation Issues</BugCode>
<BugCode abbrev="MUP">Map Usage Issues</BugCode>
<BugCode abbrev="MUI">Map Usage Issues</BugCode>
</MessageCollection>
2 changes: 1 addition & 1 deletion htdocs/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function toggleBlock(divId, imgId)
<li><b>[AI] Annotation Issues</b><br/>
Looks for issues around use of common annotations
</li>
<li><b>[MUP] Map Usage Issues</b><br/>
<li><b>[MUI] Map Usage Issues</b><br/>
Looks for odd usage patterns when using Maps
</li>
</ul>
Expand Down

0 comments on commit fa7eda7

Please sign in to comment.