Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5023f7c

Browse files
committed
fixed class header
1 parent 88fa35a commit 5023f7c

File tree

1 file changed

+1
-3
lines changed
  • interceptor/around-construct/src/main/java/org/javaee7/interceptor/aroundconstruct

1 file changed

+1
-3
lines changed

interceptor/around-construct/src/main/java/org/javaee7/interceptor/aroundconstruct/Greeting.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package org.javaee7.interceptor.aroundconstruct;
22

33
/**
4-
* Class description here.
5-
*
6-
* @author <a href="mailto:[email protected]">Radim Hanus</a>
4+
* @author Radim Hanus
75
*/
86
public interface Greeting {
97
boolean isConstructed();

0 commit comments

Comments
 (0)