Commit 445c83e1 by Robbie Hott

Updated sample code

parent 5f4ba5a8
...@@ -53,7 +53,6 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec ...@@ -53,7 +53,6 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec
* @author Robbie Hott * @author Robbie Hott
*/ */
class ReconciliationEngine { class ReconciliationEngine {
...
/** /**
...@@ -69,7 +68,9 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec ...@@ -69,7 +68,9 @@ All code will be internally-documented using [Javadoc](http://www.oracle.com/tec
* engine * engine
*/ */
public function reconcile($identity) { public function reconcile($identity) {
... return $identity;
}
}
``` ```
## Licensing in Github/Gitlab ## Licensing in Github/Gitlab
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment