Refactoring Database Access in Marauroa: Difference between revisions
Content deleted Content added
imported>Kymara use syntax highlighting of java source code |
imported>Hendrik Brummermann →Porting of JMaPacman: fixed code |
||
Line 83:
The following diff shows the complete list of changes that were required to port JMaPacman. I think it may help you to get a feeling on how to adjust your own code.
<!--
Don't use syntax highlighting here because it does not work well with the diff characters and bold formation
<source lang="java">
-->
public class MaPacmanRPRuleProcessor implements IRPRuleProcessor
{
Line 165 ⟶ 168:
}
}
| |||