Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
1. Rename Org.Apache.REEF.Examples.HelloCLRBridge project to Org.Apache.REEF.Examples.AllHandlers
2. Rename the class Org.Apache.REEF.Examples.HelloCLRBridge.ClrBridgeClient.cs to Org.Apache.REEF.Examples.AllHandlers.AllHandler.cs
3. And move handlers in Org.Apache.REEF.Examples.HelloCLRBridge.Handlers to Org.Apache.REEF.Examples.HelloCLRBridge project so that they all stay in the same project as a complete example.
4. And clean up tests that reference to those handlers.