Skip to content

Commit fd20534

Browse files
author
wreulicke
committed
remove unnecessary annotation
1 parent 05e75bf commit fd20534

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spar-wings-awscli-config/src/main/java/jp/xet/sparwings/aws/auth/AwsCliProfile.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@
1919
import lombok.Getter;
2020
import lombok.RequiredArgsConstructor;
2121

22-
import org.apache.http.annotation.Immutable;
23-
2422
import com.amazonaws.auth.AWSCredentialsProvider;
2523

2624
/**
2725
* TODO for daisuke
28-
*
26+
*
2927
* @since 0.10
3028
* @version $Id$
3129
* @author daisuke
3230
*/
33-
@Immutable
3431
@RequiredArgsConstructor
3532
@EqualsAndHashCode
3633
public class AwsCliProfile {

0 commit comments

Comments
 (0)