You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ja...@apache.org on 2020/05/05 14:19:50 UTC

[incubator-daffodil] branch master updated: Moved VariableMap to runtime1/VariableMapFactory

This is an automated email from the ASF dual-hosted git repository.

jadams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 56fe8fe  Moved VariableMap to runtime1/VariableMapFactory
56fe8fe is described below

commit 56fe8fee1af3bb6ba885fcf638e13ceb39fa257b
Author: Josh Adams <ja...@tresys.com>
AuthorDate: Tue May 5 09:32:39 2020 -0400

    Moved VariableMap to runtime1/VariableMapFactory
    
    Simply moving the file to a more logical place.
    
    DAFFODIL-2310
---
 .../{grammar/VariableMap.scala => runtime1/VariableMapFactory.scala}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/daffodil-core/src/main/scala/org/apache/daffodil/grammar/VariableMap.scala b/daffodil-core/src/main/scala/org/apache/daffodil/runtime1/VariableMapFactory.scala
similarity index 100%
rename from daffodil-core/src/main/scala/org/apache/daffodil/grammar/VariableMap.scala
rename to daffodil-core/src/main/scala/org/apache/daffodil/runtime1/VariableMapFactory.scala