You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by so...@apache.org on 2017/12/07 17:05:09 UTC

wicket git commit: License header is fixed

Repository: wicket
Updated Branches:
  refs/heads/sandbox/component-renderer 0baab8c30 -> 3ff6714a0


License header is fixed


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3ff6714a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3ff6714a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3ff6714a

Branch: refs/heads/sandbox/component-renderer
Commit: 3ff6714a07b9723046a0747ae33aba0832f60e7b
Parents: 0baab8c
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Fri Dec 8 00:04:57 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Fri Dec 8 00:04:57 2017 +0700

----------------------------------------------------------------------
 .../string/componentrenderer/ComponentRendererInstanceTest.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3ff6714a/wicket-core/src/test/java/org/apache/wicket/core/util/string/componentrenderer/ComponentRendererInstanceTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/core/util/string/componentrenderer/ComponentRendererInstanceTest.java b/wicket-core/src/test/java/org/apache/wicket/core/util/string/componentrenderer/ComponentRendererInstanceTest.java
index 4aa6dfa..71d8e7f 100644
--- a/wicket-core/src/test/java/org/apache/wicket/core/util/string/componentrenderer/ComponentRendererInstanceTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/core/util/string/componentrenderer/ComponentRendererInstanceTest.java
@@ -1,5 +1,4 @@
 /*
-/*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -49,4 +48,4 @@ public class ComponentRendererInstanceTest
 		
 		assertEquals("Hello renderer", html.toString());
 	}
-}
\ No newline at end of file
+}