Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. class PipoDictionaryService
  2. at line 73: if (dotPos > 0 && dotPos > versionSeparatorPos) {
  3.  
  4. append two line to become
  5.  
  6. if (dotPos > 0 && dotPos > versionSeparatorPos) {
  7.                     if (fileName.indexOf("_") != fileName.lastIndexOf("_"))
  8.                         dotPos=fileName.lastIndexOf("_");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement