Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 22, 2024
1 parent 0c97c1f commit 77fe47e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ public static String expandVariables(String str, Properties props) {
}
}

/**
* Convert a string of "key1=val1, key2=val2, .." to Properties
*/
public static Properties toProperties(String keyvalPairs) {
return toProperties(keyvalPairs, null);
}

public static Properties toProperties(String keyvalPairs, Properties props) {
return toProperties(keyvalPairs, ",", props);
}
Expand Down

0 comments on commit 77fe47e

Please sign in to comment.