zhangzhuwei 7 months ago
parent ac58d1d279
commit 08b1dfdafa

@ -0,0 +1 @@
testify

@ -7,6 +7,7 @@
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* here is a note
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -281,7 +282,7 @@ public class DataUtils {
}
throw new IllegalArgumentException("Note is not found with id: " + noteId);
}
public static String getFormattedSnippet(String snippet) {
if (snippet != null) {
snippet = snippet.trim();

Loading…
Cancel
Save