No effective change - add code inspection suppression comments

This commit is contained in:
Robin Bygrave
2015-08-01 20:41:50 +12:00
parent 17d97623d5
commit b82223dc1d
14 changed files with 22 additions and 8 deletions
@@ -41,6 +41,7 @@ public class SqlTreeProperties {
}
public void add(BeanProperty[] props) {
//noinspection ManualArrayToCollectionCopy
for (int i = 0; i < props.length; i++) {
propsList.add(props[i]);
}