Skip to content

Commit

Permalink
yegor256#322 removed SuppressWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk committed Oct 12, 2014
1 parent f81ad06 commit e449fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/thindeck/dynamo/DyBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
* @since 0.3
* @todo #322 Implement txn method to retrieve data from appropriate table.
*/
@SuppressWarnings({ "PMD.SingularField", "PMD.UnusedPrivateField" })
public final class DyBase implements Base {
/**
* Region we're in.
Expand Down

0 comments on commit e449fd7

Please sign in to comment.