mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Fix merge conflicts in DeletedContent.java
This commit is contained in:
parent
e4a39f498e
commit
2ec2c4a929
@ -1,12 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Autopsy Forensic Browser
|
* Autopsy Forensic Browser
|
||||||
<<<<<<< HEAD
|
|
||||||
*
|
|
||||||
* Copyright 2013-2017 Basis Technology Corp.
|
|
||||||
=======
|
|
||||||
*
|
*
|
||||||
* Copyright 2011-2017 Basis Technology Corp.
|
* Copyright 2011-2017 Basis Technology Corp.
|
||||||
>>>>>>> upstream/rc-2.8.3
|
|
||||||
* Contact: carrier <at> sleuthkit <dot> org
|
* Contact: carrier <at> sleuthkit <dot> org
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -447,11 +442,6 @@ public class DeletedContent implements AutopsyVisitableItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
query += " LIMIT " + MAX_OBJECTS; //NON-NLS
|
query += " LIMIT " + MAX_OBJECTS; //NON-NLS
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> upstream/rc-2.8.3
|
|
||||||
return query;
|
return query;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user