14 lines
272 B
Java
14 lines
272 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.ea.nimble;
|
|
|
|
import com.ea.nimble.Persistence;
|
|
|
|
public class QA {
|
|
static String getPersistencePath(String string2, Persistence.Storage storage) {
|
|
return Persistence.getPersistencePath(string2, storage);
|
|
}
|
|
}
|
|
|