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

mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new bb4cc12  Rename file names to be shorter.
bb4cc12 is described below

commit bb4cc1223cac04caa20554bad06f101d8db4ef8a
Author: Michael Beckerle <[email protected]>
AuthorDate: Mon Oct 18 17:18:33 2021 -0400

    Rename file names to be shorter.
    
    Emphasizes that these are the compilation aspects of their layers.
    
    DAFFODIL-2573
---
 ...ckDigitLayerTransformerFactory.scala => CheckDigitLayerCompiler.scala} | 0
 ...cksumLayerTransformerFactory.scala => IPv4ChecksumLayerCompiler.scala} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/daffodil-test/src/test/scala/org/apache/daffodil/layers/CheckDigitLayerTransformerFactory.scala
 
b/daffodil-test/src/test/scala/org/apache/daffodil/layers/CheckDigitLayerCompiler.scala
similarity index 100%
rename from 
daffodil-test/src/test/scala/org/apache/daffodil/layers/CheckDigitLayerTransformerFactory.scala
rename to 
daffodil-test/src/test/scala/org/apache/daffodil/layers/CheckDigitLayerCompiler.scala
diff --git 
a/daffodil-test/src/test/scala/org/apache/daffodil/layers/IPv4ChecksumLayerTransformerFactory.scala
 
b/daffodil-test/src/test/scala/org/apache/daffodil/layers/IPv4ChecksumLayerCompiler.scala
similarity index 100%
rename from 
daffodil-test/src/test/scala/org/apache/daffodil/layers/IPv4ChecksumLayerTransformerFactory.scala
rename to 
daffodil-test/src/test/scala/org/apache/daffodil/layers/IPv4ChecksumLayerCompiler.scala

Reply via email to