GitHub user acoburn opened a pull request:
https://github.com/apache/incubator-tamaya-sandbox/pull/5
Remove unused class file
Related to TAMAYA-154
The SourceConfig class file is completely commented out. Removing it
from the active source tree will not prevent finding it in the
repository history should it be needed later.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acoburn/incubator-tamaya-sandbox
remove_metamodel_SourceConfig
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tamaya-sandbox/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit 697ca59f5dabba2d1b47e2e8da655e87e5ae8a1e
Author: Aaron Coburn <acoburn@...>
Date: 2018-04-30T12:57:04Z
Remove unused class file
Related to TAMAYA-154
The SourceConfig class file is completely commented out. Removing it
from the active source tree will not prevent finding it in the
repository history should it be needed later.
----
---