Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jafu888 committed Jun 17, 2022
1 parent f11e95b commit de43583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@ public void load(Context context, XmlPullParser parser) {
case XmlResourceParser.START_TAG:
tagName = parser.getName();
if (DEBUG) {
Log.v(TAG, Debug.getLoc() +" " +document+ " tagName=" + tagName);
Log.v(TAG, Debug.getLoc() + " " + document + " tagName=" + tagName);
}
switch (tagName) {
case "Constraint":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ private int optimize(Row goal, boolean b) {
System.out.println("\n****************************");
System.out.println("* OPTIMIZATION *");
System.out.println("* mNumColumns: " + mNumColumns);
System.out.println("* GOAL: " + goal+ " "+ b);
System.out.println("* GOAL: " + goal + " " + b);
System.out.println("****************************\n");
}

Expand Down

0 comments on commit de43583

Please sign in to comment.