Skip to content

Commit

Permalink
added the binary version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PepeuCps committed Jul 5, 2013
1 parent e715679 commit ef03267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added dist/hadi-1.5.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions src/com/the9tcat/hadi/Util.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
package com.the9tcat.hadi;

import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

import android.content.Context;
import android.database.Cursor;
import android.util.Log;
import com.sun.deploy.util.ArrayUtil;

import com.the9tcat.hadi.annotation.Column;
import com.the9tcat.hadi.annotation.Table;

import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

public class Util {
/**
* @param application The HadiApplication
Expand Down

0 comments on commit ef03267

Please sign in to comment.