Changeset 13061 in josm for trunk/src/com/drew/lang/StringUtil.java
- Timestamp:
- 2017-10-30T22:46:09+01:00 (8 years ago)
- File:
-
- 1 edited
-
trunk/src/com/drew/lang/StringUtil.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/com/drew/lang/StringUtil.java ¶
r10862 r13061 1 1 /* 2 * Copyright 2002-201 6Drew Noakes2 * Copyright 2002-2017 Drew Noakes 3 3 * 4 4 * Licensed under the Apache License, Version 2.0 (the "License"); … … 34 34 * @author Drew Noakes https://drewnoakes.com 35 35 */ 36 public class StringUtil 36 public final class StringUtil 37 37 { 38 38 @NotNull
Note:
See TracChangeset
for help on using the changeset viewer.
