Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 24 for /trunk/Java/core/Server/src/org/litesoft/util/template/RepeatingTC.java

Diff revisions: vs.
  @@ -34,11 +34,13 @@
34 34 this( pReplacementKey, pSubstituteFroms, pTemplate, makeSet( pSubstitutions ) );
35 35 }
36 36
37 + @Override
37 38 public String getReplacementKey()
38 39 {
39 40 return mReplacementKey;
40 41 }
41 42
43 + @Override
42 44 public void replace( Writer pWriter, String pReplaceNotFoundsWith, Object pReplaceFrom )
43 45 throws IOException
44 46 {